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

@@ -257,17 +257,5 @@ public class SQLServerGuacamoleProperties {
public String getName() { return "sqlserver-trust-all-server-certificates"; }
};
/**
* 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"; }
};
}