Skip to content

Commit

Permalink
feat: change configs for batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
Samika Kashyap committed Apr 17, 2024
1 parent 1f3f2e9 commit e5febe1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions env/.env.dev
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ANCHOR_AUDIT_ENABLED=true
ANCHOR_BATCH_LINGER=10s
ANCHOR_BATCH_SIZE=20
ANCHOR_BATCH_LINGER=1h
ANCHOR_BATCH_SIZE=6144
ANCHOR_BATCH_MONITOR_TICK=10s
MAX_ANCHOR_WORKERS=2
MAX_ANCHOR_WORKERS=3
LONG_QUEUE_VISIBILITY_TIMEOUT=1h
LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorservicedev
Expand Down
6 changes: 3 additions & 3 deletions env/.env.prod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ANCHOR_AUDIT_ENABLED=true
ANCHOR_BATCH_LINGER=6h
ANCHOR_BATCH_SIZE=1024
ANCHOR_BATCH_LINGER=1h
ANCHOR_BATCH_SIZE=6144
ANCHOR_BATCH_MONITOR_TICK=10s
MAX_ANCHOR_WORKERS=2
MAX_ANCHOR_WORKERS=3
LONG_QUEUE_VISIBILITY_TIMEOUT=7h
LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorserviceprod
Expand Down
6 changes: 3 additions & 3 deletions env/.env.tnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ANCHOR_AUDIT_ENABLED=true
ANCHOR_BATCH_LINGER=30m
ANCHOR_BATCH_SIZE=1024
ANCHOR_BATCH_LINGER=1h
ANCHOR_BATCH_SIZE=6144
ANCHOR_BATCH_MONITOR_TICK=10s
MAX_ANCHOR_WORKERS=2
MAX_ANCHOR_WORKERS=3
LONG_QUEUE_VISIBILITY_TIMEOUT=1h
LONG_QUEUE_MAX_RECEIVE_COUNT=2
DB_NAME=ceramicanchorservicetnet
Expand Down

0 comments on commit e5febe1

Please sign in to comment.