mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for #214 - Change default lazyLoadBatchSize from 1 to 10 (in ServerConfig)
This commit is contained in:
@@ -145,7 +145,7 @@ public class ServerConfig {
|
||||
/**
|
||||
* The default batch size for lazy loading
|
||||
*/
|
||||
private int lazyLoadBatchSize = 1;
|
||||
private int lazyLoadBatchSize = 10;
|
||||
|
||||
/**
|
||||
* The default batch size for 'query joins'.
|
||||
|
||||
Reference in New Issue
Block a user