Skip to content

Commit 7631925

Browse files
authored
increase buffer
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
1 parent 26d56cc commit 7631925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/preload-progress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Rest API for FastCGI Cache Purge and Preload for Nginx
44
* Description: This file contains rest api preload progress functions for FastCGI Cache Purge and Preload for Nginx
5-
* Version: 2.1.3
5+
* Version: 2.1.2
66
* Author: Hasan CALISIR
77
* Author Email: hasan.calisir@psauxit.com
88
* Author URI: https://www.psauxit.com
@@ -138,7 +138,7 @@ function nppp_get_estimated_url_count() {
138138
$total += count($urls);
139139
}
140140

141-
$final_total = $total > 0 ? $total + 100 : 2000;
141+
$final_total = $total > 0 ? $total + 1000 : 2000;
142142
set_transient($transient_key, $final_total, DAY_IN_SECONDS);
143143
return $final_total;
144144
}

0 commit comments

Comments
 (0)