Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit 1d3d265

Browse files
authored
Reduced MAX_MERGE_ROWS from 10000 to 2000 (#263)
1 parent 3c00f40 commit 1d3d265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/snd/SNDManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static UserSchema getSndUserSchemaAdminRole(Container c, User u)
151151
return new SNDUserSchema(SNDSchema.NAME, null, u, c, SNDSchema.getInstance().getSchema(), RoleManager.getRole(FolderAdminRole.class));
152152
}
153153

154-
public static int MAX_MERGE_ROWS = 100000;
154+
public static int MAX_MERGE_ROWS = 2000;
155155

156156
public static Logger getLogger(Map<Enum, Object> configParameters, Class<?> clazz)
157157
{

0 commit comments

Comments
 (0)