Skip to content

Commit

Permalink
! one way to slow things down if force daily hive creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Nov 22, 2014
1 parent 7c4bf57 commit 1d2a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/subs/ScheduledTask.class.php
Expand Up @@ -261,7 +261,7 @@ public function daily_maintenance()
$db = database();

// First clean out the cache.
clean_cache();
clean_cache('data');

// If warning decrement is enabled and we have people who have not had a new warning in 24 hours, lower their warning level.
list (, , $modSettings['warning_decrement']) = explode(',', $modSettings['warning_settings']);
Expand Down

0 comments on commit 1d2a1b4

Please sign in to comment.