Skip to content

Commit b642f1b

Browse files
committed
chore(coprocessor): bump chart version
1 parent 9e167a4 commit b642f1b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

charts/coprocessor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: coprocessor
22
description: A helm chart to distribute and deploy Zama fhevm Co-Processor services
3-
version: 0.7.7
3+
version: 0.7.9
44
apiVersion: v2
55
keywords:
66
- fhevm

charts/coprocessor/values.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ tfheWorker:
444444
- --run-bg-worker=true
445445
- --worker-polling-interval-ms=10000
446446
- --work-items-batch-size=100 # scheduling changed
447-
- --dependence-chains-per-batch=100
447+
- --dependence-chains-per-batch=100 # Deprecated. To be removed in a future release.
448448
- --tenant-key-cache-size=32
449449
- --coprocessor-fhe-threads=64 # scheduling changed
450450
- --tokio-threads=16 # scheduling changed
@@ -464,24 +464,19 @@ tfheWorker:
464464
# Unique worker identifier (valid UUID v4 format)
465465
# If not set, defaults to a random UUID generated at startup
466466
- --worker-id=$(WORKER_ID)
467-
# Time-to-live (in seconds) for dependence chain locks
468-
- --dcid-ttl-sec=30
467+
- --dcid-ttl-sec=30 # Time-to-live (in seconds) for dependence chain locks
469468
# Disable dependence chain ID locking
470469
# WARNING: May cause multiple workers to process the same DCID concurrently
471470
# Defaults to false
472471
- --disable-dcid-locking=false
473472
# Time slice (in seconds) for processing a single dependence chain
474473
# Locks are released if processing exceeds this duration
475474
- --dcid-timeslice-sec=90
476-
# Time-to-live (in seconds) for processed dependence chains
477475
# Processed DCIDs older than this value are cleaned up
478476
# Defaults to 48 hours (172800 seconds)
477+
# Time-to-live (in seconds) for processed dependence chains
479478
- --processed-dcid-ttl-sec=172800
480-
# Interval (in seconds) for cleaning up expired DCID locks
481-
# Defaults to 1 hour
482-
- --dcid-cleanup-interval-sec=3600
483-
484-
479+
- --dcid-cleanup-interval-sec=3600 # Interval (in seconds) for cleaning up expired DCID locks
485480

486481
# Service ports configuration
487482
ports:

0 commit comments

Comments
 (0)