GUACAMOLE-1789: Merge remove duplicate definition of SQLSERVER_BATCH_SIZE.

This commit is contained in:
Virtually Nick
2023-05-15 19:00:49 -04:00
committed by GitHub

View File

@@ -258,16 +258,4 @@ public class SQLServerGuacamoleProperties {
};
/**
* The maximum number of identifiers/parameters to be included in a single batch when
* executing SQL statements.
*/
public static final IntegerGuacamoleProperty SQLSERVER_BATCH_SIZE =
new IntegerGuacamoleProperty() {
@Override
public String getName() { return "sqlserver-batch-size"; }
};
}