Let's go all the way up to Short.MAX_VALUE.
This commit is contained in:
@@ -274,5 +274,5 @@ public abstract class FindAllQuery<T extends PersistentRecord>
|
|||||||
protected Class<T> _type;
|
protected Class<T> _type;
|
||||||
|
|
||||||
/** The maximum number of keys allowed in an IN() clause. */
|
/** The maximum number of keys allowed in an IN() clause. */
|
||||||
protected static final int MAX_IN_KEYS = 16738;
|
protected static final int MAX_IN_KEYS = Short.MAX_VALUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user