Remove some pgoptions to prevent hitting bash command character limits

pull/4208/head
Hanefi Önaldı 2020-09-30 15:04:40 +03:00
parent 3f8ac527c9
commit 9ec85f1283
No known key found for this signature in database
GPG Key ID: 45A2ACB84E394FBA
1 changed files with 0 additions and 3 deletions

View File

@ -410,10 +410,7 @@ push(@pgOptions, '-c', "wal_level=logical");
push(@pgOptions, '-c', "citus.shard_count=4");
push(@pgOptions, '-c', "citus.shard_max_size=1500kB");
push(@pgOptions, '-c', "citus.repartition_join_bucket_count_per_node=2");
push(@pgOptions, '-c', "citus.expire_cached_shards=on");
push(@pgOptions, '-c', "citus.sort_returning=on");
push(@pgOptions, '-c', "citus.task_tracker_delay=10ms");
push(@pgOptions, '-c', "citus.remote_task_check_interval=1ms");
push(@pgOptions, '-c', "citus.shard_replication_factor=2");
push(@pgOptions, '-c', "citus.node_connection_timeout=${connectionTimeout}");
push(@pgOptions, '-c', "citus.explain_analyze_sort_method=taskId");