summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorCamilla Ett <camilla.ett@gmail.com>2023-12-13 08:14:34 +0900
committerGitHub <noreply@github.com>2023-12-13 08:14:34 +0900
commit06ca63f9c2816146d9b5fcc38f8877c3ee0313c1 (patch)
tree5dd062d4512eb2fc15d968803c1db14213038073 /.devcontainer
parentadding color-scheme light to WidgetAichan (#12638) (diff)
downloadsharkey-06ca63f9c2816146d9b5fcc38f8877c3ee0313c1.tar.gz
sharkey-06ca63f9c2816146d9b5fcc38f8877c3ee0313c1.tar.bz2
sharkey-06ca63f9c2816146d9b5fcc38f8877c3ee0313c1.zip
Fix(backend): inboxJobPerSecのデフォルト値を16から32に (#12631)
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml
index 3d57d1245d..7ea0929469 100644
--- a/.devcontainer/devcontainer.yml
+++ b/.devcontainer/devcontainer.yml
@@ -56,17 +56,17 @@ dbReplications: false
# You can configure any number of replicas here
#dbSlaves:
# -
-# host:
-# port:
-# db:
-# user:
-# pass:
+# host:
+# port:
+# db:
+# user:
+# pass:
# -
-# host:
-# port:
-# db:
-# user:
-# pass:
+# host:
+# port:
+# db:
+# user:
+# pass:
# ┌─────────────────────┐
#───┘ Redis configuration └─────────────────────────────────────
@@ -147,7 +147,7 @@ id: 'aidx'
# Job rate limiter
# deliverJobPerSec: 128
-# inboxJobPerSec: 16
+# inboxJobPerSec: 32
# Job attempts
# deliverJobMaxAttempts: 12