GUACAMOLE-1789: Remove duplicate definition of SQLSERVER_BATCH_SIZE.

This commit is contained in:
Mike Jumper
2023-05-15 15:17:19 -07:00
parent ef66411593
commit 43df5897c6

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"; }
};
}