Skip to content

Commit

Permalink
See Argus-Labs/world-engine@de47702 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Argus-Labs committed Mar 7, 2024
1 parent 382adf6 commit fc3ab69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
- "-ecx"
- >
/nakama/nakama migrate up --database.address postgres:$$DB_PASSWORD@nakama-db:5432/nakama &&
exec /nakama/nakama --config /nakama/data/local.yml --database.address postgres:$$DB_PASSWORD@nakama-db:5432/nakama
exec /nakama/nakama --config /nakama/data/local.yml --database.address postgres:$$DB_PASSWORD@nakama-db:5432/nakama --socket.outgoing_queue_size=${OUTGOING_QUEUE_SIZE:-64}
# Replace entrypoint with the following when using cockroachdb instead of postgres.
# entrypoint:
# - "/bin/sh"
Expand Down
3 changes: 3 additions & 0 deletions world.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ BLOCK_TIME="1s"

[nakama]
ENABLE_ALLOWLIST="false" # enable nakama's beta key feature. you can generate and claim beta keys by setting this to true
# The number of undelivered notifications Nakama will allow before shutting down a connectino to a client.
# See https://heroiclabs.com/docs/nakama/getting-started/configuration/#socket.outgoing_queue_size
OUTGOING_QUEUE_SIZE=64

0 comments on commit fc3ab69

Please sign in to comment.