We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d56cc commit 7631925Copy full SHA for 7631925
includes/preload-progress.php
@@ -2,7 +2,7 @@
2
/**
3
* Rest API for FastCGI Cache Purge and Preload for Nginx
4
* Description: This file contains rest api preload progress functions for FastCGI Cache Purge and Preload for Nginx
5
- * Version: 2.1.3
+ * Version: 2.1.2
6
* Author: Hasan CALISIR
7
* Author Email: hasan.calisir@psauxit.com
8
* Author URI: https://www.psauxit.com
@@ -138,7 +138,7 @@ function nppp_get_estimated_url_count() {
138
$total += count($urls);
139
}
140
141
- $final_total = $total > 0 ? $total + 100 : 2000;
+ $final_total = $total > 0 ? $total + 1000 : 2000;
142
set_transient($transient_key, $final_total, DAY_IN_SECONDS);
143
return $final_total;
144
0 commit comments