File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ static volatile sig_atomic_t got_sighup = false;
48
48
49
49
/* GUC variables */
50
50
static char * receiver_database ;
51
- static int receiver_idle_time = 1 ;
51
+ static int receiver_idle_time = 0 ;
52
52
static bool receiver_sync_mode = false;
53
53
54
54
/* Worker name */
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ static volatile sig_atomic_t got_sigterm = false;
46
46
static volatile sig_atomic_t got_sighup = false;
47
47
48
48
/* GUC variables */
49
- static int receiver_idle_time = 0 ;/*1*/
50
- static bool receiver_sync_mode = false;/*true;*/
49
+ static int receiver_idle_time = 0 ;
50
+ static bool receiver_sync_mode = false;
51
51
52
52
/* Worker name */
53
53
static char * worker_name = "multimaster" ;
Original file line number Diff line number Diff line change 163
163
# - Asynchronous Behavior -
164
164
165
165
#effective_io_concurrency = 1 # 1 -1000 ; 0 disables prefetching
166
- # max_worker_processes = 8
166
+ max_worker_processes = 100
167
167
168
168
169
169
#------------------------------------------------------------------------------
547
547
# These settings are initialized by initdb, but they can be changed.
548
548
lc_messages = ' en_US.UTF-8' # locale for system error message
549
549
# strings
550
- lc_monetary = ' en_US .UTF-8' # locale for monetary formatting
551
- lc_numeric = ' en_US .UTF-8' # locale for number formatting
552
- lc_time = ' en_US .UTF-8' # locale for time formatting
550
+ lc_monetary = ' ru_RU .UTF-8' # locale for monetary formatting
551
+ lc_numeric = ' ru_RU .UTF-8' # locale for number formatting
552
+ lc_time = ' ru_RU .UTF-8' # locale for time formatting
553
553
554
554
# default configuration for text search
555
555
default_text_search_config = ' pg_catalog.english'
624
624
625
625
# Add settings for extensions here
626
626
627
+ multimaster.queue_size = 1073741824
628
+ #multimaster.workers = 16
You can’t perform that action at this time.
0 commit comments