Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zigeH committed Nov 6, 2024
1 parent da4a538 commit 993e47e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/dynamicconfig/development-cass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ history.enableWorkflowExecutionTimeoutTimer:
- value: true
history.hostLevelCacheMaxSize:
- value: 8192

history.shouldFailReplicationTask: # The test switch to make all replication tasks go to the DLQ
- value: true
history.enableReplicationStream: # We use streaming for replication in production
- value: true
history.enableHistoryReplicationDLQV2: # This turns on the replication DLQ V2 in production
- value: true

0 comments on commit 993e47e

Please sign in to comment.