reduce chance of deadlocks

This commit is contained in:
Athou
2023-05-27 08:38:23 +02:00
parent bf3914e748
commit 45eb436b8f

View File

@@ -123,6 +123,8 @@ public class CommaFeedApplication extends Application<CommaFeedConfiguration> {
factory.getProperties().put(AvailableSettings.STATEMENT_BATCH_SIZE, "50");
factory.getProperties().put(AvailableSettings.BATCH_VERSIONED_DATA, "true");
factory.getProperties().put(AvailableSettings.ORDER_INSERTS, "true");
factory.getProperties().put(AvailableSettings.ORDER_UPDATES, "true");
return factory;
}
});