Unverified Commit 309e352b authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Updates redis to not persist (#491)

parent 1e2dabd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+3 −3
Original line number Diff line number Diff line
@@ -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.
+3 −3
Original line number Diff line number Diff line
@@ -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.