Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit a1c4ecf

Browse files
committed
Disable experimental complement fork starter
1 parent b27b215 commit a1c4ecf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/complement/conf/start_for_complement.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ if [[ -n "$SYNAPSE_COMPLEMENT_USE_WORKERS" ]]; then
6969
fi
7070
log "Workers requested: $SYNAPSE_WORKER_TYPES"
7171
# Improve startup times by using a launcher based on fork()
72-
export SYNAPSE_USE_EXPERIMENTAL_FORKING_LAUNCHER=1
72+
# NOTE: does not work with Beeper changes (external_sharded_cache)
73+
# export SYNAPSE_USE_EXPERIMENTAL_FORKING_LAUNCHER=1
7374
else
7475
# Empty string here means 'main process only'
7576
export SYNAPSE_WORKER_TYPES=""

0 commit comments

Comments
 (0)