Skip to content

Commit

Permalink
Increase neon_pgstat_file_size_limit to 8Mb
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik committed Jan 21, 2025
1 parent cfc77a4 commit e712066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils/misc/guc_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -3657,7 +3657,7 @@ struct config_int ConfigureNamesInt[] =
GUC_UNIT_KB
},
&neon_pgstat_file_size_limit,
1024, 0, 1000000,
8192, 0, 1000000,
NULL, NULL, NULL
},

Expand Down

0 comments on commit e712066

Please sign in to comment.