Commit fe3f5d7e5744b0e98d4ad9b4015483154f21d4e1

Thomas de Grivel 2023-10-17T11:58:56

increase db resources

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/runtime.exs b/config/runtime.exs
index 67596e0..bdf4359 100644
--- a/config/runtime.exs
+++ b/config/runtime.exs
@@ -16,7 +16,7 @@ if config_env() == :prod do
     # socket_options: [:inet6],
     url: database_url,
     pool_size: String.to_integer(System.get_env("POOL_SIZE") || "20"),
-    queue_target: 10000
+    queue_target: 20000
 
   # The secret key base is used to sign/encrypt cookies and other secrets.
   # A default value is used in config/dev.exs and config/test.exs but you