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

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