Browse Source

new strat

pull/72/head
Your Name 2 years ago
parent
commit
868821f24c
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1691,7 +1691,7 @@ function buildIndex($global_api = "yes") {
break;
if ($config['cache']['enabled']) {
$contentHash = md5(json_encode($content['threads']));
$contentHash = md5(json_encode($content['body']));
$cacheHit = cache::get('index_cache'. $contentHash);
if ($cacheHit)
continue;

Loading…
Cancel
Save