Skip to content

Commit

Permalink
refactor: makes 'purge_feeds' disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pathan-Amaankhan committed Mar 25, 2024
1 parent 1bcedea commit 01424b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-nginx-helper-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public function nginx_helper_default_settings() {
'purge_page_on_mod' => 1,
'purge_page_on_new_comment' => 1,
'purge_page_on_deleted_comment' => 1,
'purge_feeds' => 1,
'purge_feeds' => 0,
'redis_hostname' => '127.0.0.1',
'redis_port' => '6379',
'redis_prefix' => 'nginx-cache:',
Expand Down

0 comments on commit 01424b0

Please sign in to comment.