summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-04 16:38:18 +0200
committerRory& <root@rory.gay>2024-07-04 16:38:18 +0200
commit22827997825f30a8c9c42534128f1756287ae80d (patch)
tree1a4aaabac9b7838ecc9ed2199c88fef056193ce3 /host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
parentFederation senders on instance map (diff)
downloadRory-Open-Architecture-22827997825f30a8c9c42534128f1756287ae80d.tar.xz
User dir worker
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/pusher.nix')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/pusher.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix b/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
index f5ef601..63d903a 100644
--- a/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
+++ b/host/Rory-nginx/services/matrix/synapse/workers/pusher.nix
@@ -41,6 +41,12 @@ in
                 ];
               }
             ];
+            database = (
+              import ../db.nix {
+                workerName = "pusher-${toString index}";
+                dbGroup = "small";
+              }
+            );
           };
         }) pushers
       );