We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e3275 commit 8f31d38Copy full SHA for 8f31d38
charts/coprocessor/Chart.yaml
@@ -1,6 +1,6 @@
1
name: coprocessor
2
description: A helm chart to distribute and deploy Zama fhevm Co-Processor services
3
-version: 0.7.9
+version: 0.7.10
4
apiVersion: v2
5
keywords:
6
- fhevm
charts/coprocessor/values.yaml
@@ -481,6 +481,7 @@ tfheWorker:
481
# Time-to-live (in seconds) for processed dependence chains
482
- --processed-dcid-ttl-sec=172800
483
- --dcid-cleanup-interval-sec=3600 # Interval (in seconds) for cleaning up expired DCID locks
484
+ - --dcid-max-no-progress-cycles=2 # Worker cycles without progress before releasing
485
486
# Service ports configuration
487
ports:
0 commit comments