Skip to content

Commit 6c80cf7

Browse files
committed
experiments
1 parent 95bc11a commit 6c80cf7

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
@@ -96,7 +96,7 @@ private Status selectWithPool(String poolName) {
9696
private Status createResourcePool(String poolName) {
9797
String createPool = "CREATE RESOURCE POOL " + poolName + " WITH ("
9898
+ "CONCURRENT_QUERY_LIMIT=10,"
99-
+ "QUEUE_SIZE=1000,"
99+
+ "QUEUE_SIZE=10,"
100100
+ "DATABASE_LOAD_CPU_THRESHOLD=20);";
101101
return retryCtx.supplyResult(s -> s.createQuery(createPool, TxMode.NONE).execute()).join().getStatus();
102102
}

0 commit comments

Comments
 (0)