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 6ca6c70 commit 73a9b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/utils/misc/guc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,7 @@ static 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 73a9b2c

Please sign in to comment.