Skip to content

Commit 5e39957

Browse files
committed
set the autoloaded_options_threshold to 500
1 parent 909a6aa commit 5e39957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/class-reduce-autoloaded-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Reduce_Autoloaded_Options extends Tasks_Interactive {
6666
*
6767
* @var int
6868
*/
69-
private $autoloaded_options_threshold = 10; // TODO: 10 is just for testing purposes.
69+
private $autoloaded_options_threshold = 500;
7070

7171
/**
7272
* The task priority.

0 commit comments

Comments
 (0)