Rename the communicator switch variable

This commit is contained in:
Victor Polevoy
2025-07-16 15:36:39 +02:00
parent 2221c3bbc1
commit 42f37c27e5
11 changed files with 62 additions and 64 deletions

View File

@@ -4353,9 +4353,9 @@ class Endpoint(PgProtocol, LogUtils):
# XXX: By checking for None, we enable the new communicator for all tests
# by default
if grpc or grpc is None:
config_lines += ["neon.enable_new_communicator=on"]
config_lines += ["neon.use_communicator_worker=on"]
else:
config_lines += ["neon.enable_new_communicator=off"]
config_lines += ["neon.use_communicator_worker=off"]
# Delete file cache if it exists (and we're recreating the endpoint)
if USE_LFC: