Skip to content

Commit c921508

Browse files
committed
fix compilation
1 parent 20d2f9d commit c921508

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libsql-server/src/schema/scheduler.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,8 @@ mod test {
942942
max_concurrent_connections: Arc::new(Semaphore::new(10)),
943943
max_concurrent_requests: 10000,
944944
encryption_config: None,
945+
connection_creation_timeout: None,
946+
disable_intelligent_throttling: false,
945947
};
946948

947949
let primary_config = PrimaryConfig {

libsql-server/src/test/bottomless.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ async fn configure_server(
9696
snapshot_at_shutdown: false,
9797
encryption_config: None,
9898
max_concurrent_requests: 128,
99+
connection_creation_timeout: None,
100+
disable_intelligent_throttling: false,
99101
},
100102
admin_api_config: None,
101103
disable_namespaces: true,

0 commit comments

Comments
 (0)