Commented out 1 min cron test option.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Aug 2019 19:39:44 +0000 (15:39 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Aug 2019 19:39:44 +0000 (15:39 -0400)
index.php

index aee5035..c638c68 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -352,7 +352,7 @@ function cron_add_minute( $schedules ) {
 if (apply_filters('glm-serverstats-is-provider', false) || true) {
 
     // Add a 1 minute schedule option for testing only - For testing only
-    add_filter( 'cron_schedules', 'cron_add_minute' );
+    // add_filter( 'cron_schedules', 'cron_add_minute' );
 
     // If there's no current cron for doing this, set it now
     $cronTimestamp = wp_next_scheduled( 'glm_serverstats_notify_cron' );