Searched refs:sqlMaxTasks (Results 1 – 3 of 3) sorted by relevance
161 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections; in testInsertOfManyRowsUsingOneThread()162 Logger.global.info("TasksPerConnection = " + Support_SQL.sqlMaxTasks in testInsertOfManyRowsUsingOneThread()195 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections; in testInsertOfManyRowsUsingManyThreads()301 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()