Skip to content

Commit 100c223

Browse files
committed
experiments
1 parent 95bc11a commit 100c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/src/test/java/tech/ydb/query/impl/ResourcePoolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ private Status createResourcePool(String poolName) {
9797
String createPool = "CREATE RESOURCE POOL " + poolName + " WITH ("
9898
+ "CONCURRENT_QUERY_LIMIT=10,"
9999
+ "QUEUE_SIZE=1000,"
100-
+ "DATABASE_LOAD_CPU_THRESHOLD=20);";
100+
+ "DATABASE_LOAD_CPU_THRESHOLD=\"-1\");";
101101
return retryCtx.supplyResult(s -> s.createQuery(createPool, TxMode.NONE).execute()).join().getStatus();
102102
}
103103

0 commit comments

Comments
 (0)