Skip to content

Commit bd95c71

Browse files
committed
feat: make ttl & batch_size SUSET
1 parent c04cb77 commit bd95c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/worker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ _PG_init(void)
434434
"should be a valid interval type",
435435
&guc_ttl,
436436
"6 hours",
437-
PGC_SIGHUP, 0,
437+
PGC_SUSET, 0,
438438
NULL, NULL, NULL);
439439

440440
DefineCustomIntVariable("pg_net.batch_size",
@@ -443,7 +443,7 @@ _PG_init(void)
443443
&guc_batch_size,
444444
200,
445445
0, PG_INT16_MAX,
446-
PGC_SIGHUP, 0,
446+
PGC_SUSET, 0,
447447
NULL, NULL, NULL);
448448

449449
DefineCustomStringVariable("pg_net.database_name",

0 commit comments

Comments
 (0)