Loading services/docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ services: POSTGRES_USER: jay POSTGRES_DB: kaguyasp volumes: - "${AUTOCNET_SERVER_DB}:/var/lib/postgresql/data" - "/data/fast/ctx_db:/var/lib/postgresql/data" command: -c shared_buffers=8GB -c max_connections=250 ports: - "8085:5432" Loading services/redis.conf +3 −3 Original line number Diff line number Diff line Loading @@ -215,9 +215,9 @@ always-show-logo yes # # save "" save 900 1 save 300 10 save 60 10000 #save 900 1 #save 300 10 #save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed. Loading services/redis/redis.conf +3 −3 Original line number Diff line number Diff line Loading @@ -215,9 +215,9 @@ always-show-logo yes # # save "" save 900 1 save 300 10 save 60 10000 #save 900 1 #save 300 10 #save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed. Loading Loading
services/docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ services: POSTGRES_USER: jay POSTGRES_DB: kaguyasp volumes: - "${AUTOCNET_SERVER_DB}:/var/lib/postgresql/data" - "/data/fast/ctx_db:/var/lib/postgresql/data" command: -c shared_buffers=8GB -c max_connections=250 ports: - "8085:5432" Loading
services/redis.conf +3 −3 Original line number Diff line number Diff line Loading @@ -215,9 +215,9 @@ always-show-logo yes # # save "" save 900 1 save 300 10 save 60 10000 #save 900 1 #save 300 10 #save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed. Loading
services/redis/redis.conf +3 −3 Original line number Diff line number Diff line Loading @@ -215,9 +215,9 @@ always-show-logo yes # # save "" save 900 1 save 300 10 save 60 10000 #save 900 1 #save 300 10 #save 60 10000 # By default Redis will stop accepting writes if RDB snapshots are enabled # (at least one save point) and the latest background save failed. Loading