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 a3b910e commit 1798065Copy full SHA for 1798065
Cargo.toml
@@ -17,4 +17,4 @@ sha-1 = "0.10"
17
toml = "0.5"
18
serde = "1"
19
serde_derive = "1"
20
-regex = "1"
+regex = "1"
src/main.rs
@@ -40,7 +40,7 @@ mod sharding;
40
use pool::{ClientServerMap, ConnectionPool};
41
42
/// Main!
43
-#[tokio::main]
+#[tokio::main(worker_threads = 4)]
44
async fn main() {
45
println!("> Welcome to PgCat! Meow.");
46
0 commit comments