Searched refs:sqlMaxTasks (Results 1 – 3 of 3) sorted by relevance
173 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread()174 Logger.global.info("TasksPerConnection = " + Support_SQL.sqlMaxTasks in testInsertOfManyRowsUsingOneThread()210 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections; in testInsertOfManyRowsUsingManyThreads()318 int tasksPerConnection = Support_SQL.sqlMaxTasks
9 sqlMaxTasks = 1000 key
45 public static int sqlMaxTasks = 1; field in Support_SQL112 sqlMaxTasks = Integer.parseInt(properties.getProperty("sqlMaxTasks")); in loadProperties()