stanley-king 2 years ago
parent
commit
56f97dd6ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/refill/policy/chctlex.php

+ 1 - 1
helper/refill/policy/chctlex.php

@@ -313,7 +313,7 @@ class chctlex
             }
 
             $count = count($feeds);
-            $pos = mt_rand(0, $count * 60);
+            $pos = mt_rand(0, $count);
 
             $cur_feeds = [];
             $next_feeds = [];