Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions transfer_queue/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def _maybe_create_tq_storage(conf: DictConfig) -> DictConfig:

cmd = [
"mooncake_master",
"-client_ttl=30",
"-default_kv_lease_ttl=999999",
"-default_kv_soft_pin_ttl=999999",
Comment on lines 146 to 150
"--eviction_high_watermark_ratio=1.0",
Expand Down
Loading