Skip to content

Commit 01424b0

Browse files
refactor: makes 'purge_feeds' disable by default
1 parent 1bcedea commit 01424b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/class-nginx-helper-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function nginx_helper_default_settings() {
272272
'purge_page_on_mod' => 1,
273273
'purge_page_on_new_comment' => 1,
274274
'purge_page_on_deleted_comment' => 1,
275-
'purge_feeds' => 1,
275+
'purge_feeds' => 0,
276276
'redis_hostname' => '127.0.0.1',
277277
'redis_port' => '6379',
278278
'redis_prefix' => 'nginx-cache:',

0 commit comments

Comments
 (0)