We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d2f9d commit c921508Copy full SHA for c921508
libsql-server/src/schema/scheduler.rs
@@ -942,6 +942,8 @@ mod test {
942
max_concurrent_connections: Arc::new(Semaphore::new(10)),
943
max_concurrent_requests: 10000,
944
encryption_config: None,
945
+ connection_creation_timeout: None,
946
+ disable_intelligent_throttling: false,
947
};
948
949
let primary_config = PrimaryConfig {
libsql-server/src/test/bottomless.rs
@@ -96,6 +96,8 @@ async fn configure_server(
96
snapshot_at_shutdown: false,
97
98
max_concurrent_requests: 128,
99
100
101
},
102
admin_api_config: None,
103
disable_namespaces: true,
0 commit comments