|
|
|
@ -21,8 +21,8 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
include_spip('inc/rechercher'); |
|
|
|
|
if (!defined('_DELAI_CACHE_RESULTATS')) { |
|
|
|
|
define('_DELAI_CACHE_RESULTATS', 600); |
|
|
|
|
if (!defined('_DELAI_CACHE_resultats')) { |
|
|
|
|
define('_DELAI_CACHE_resultats', 600); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
@ -60,7 +60,7 @@ function inc_prepare_recherche_dist(
|
|
|
|
|
$rows = null; |
|
|
|
|
static $cache = []; |
|
|
|
|
$delai_fraicheur = min( |
|
|
|
|
\_DELAI_CACHE_RESULTATS, |
|
|
|
|
\_DELAI_CACHE_resultats, |
|
|
|
|
time() - ($GLOBALS['meta']['derniere_modif'] ?? 0) |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|