Increase update check interval to 12 hours
This takes quite a few seconds and honestly, checking this twice a days really is more than enough.
This commit is contained in:
parent
5758dcde25
commit
83cdde4354
@ -81,7 +81,7 @@ if ( ! defined( 'FICTIONEER_AUTHOR_KEYWORD_SEARCH_LIMIT' ) ) {
|
||||
|
||||
// Integer: Update check timeout
|
||||
if ( ! defined( 'FICTIONEER_UPDATE_CHECK_TIMEOUT' ) ) {
|
||||
define( 'FICTIONEER_UPDATE_CHECK_TIMEOUT', 3600 );
|
||||
define( 'FICTIONEER_UPDATE_CHECK_TIMEOUT', 43200 ); // 12 hours
|
||||
}
|
||||
|
||||
// Integer: Storygraph API cache TTL
|
||||
|
Loading…
x
Reference in New Issue
Block a user