mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
reduce chance of deadlocks
This commit is contained in:
@@ -123,6 +123,8 @@ public class CommaFeedApplication extends Application<CommaFeedConfiguration> {
|
|||||||
|
|
||||||
factory.getProperties().put(AvailableSettings.STATEMENT_BATCH_SIZE, "50");
|
factory.getProperties().put(AvailableSettings.STATEMENT_BATCH_SIZE, "50");
|
||||||
factory.getProperties().put(AvailableSettings.BATCH_VERSIONED_DATA, "true");
|
factory.getProperties().put(AvailableSettings.BATCH_VERSIONED_DATA, "true");
|
||||||
|
factory.getProperties().put(AvailableSettings.ORDER_INSERTS, "true");
|
||||||
|
factory.getProperties().put(AvailableSettings.ORDER_UPDATES, "true");
|
||||||
return factory;
|
return factory;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user