smart_build: fix one possible performance problem
This commit is contained in:
parent
bdda1613a6
commit
00ad1ecf15
@ -80,7 +80,7 @@ function sb_thread_slugcheck50($b, $thread) {
|
|||||||
return sb_thread($b, $thread, 50);
|
return sb_thread($b, $thread, 50);
|
||||||
}
|
}
|
||||||
|
|
||||||
function sb_api($b) { global $config;
|
function sb_api($b) { global $config, $build_pages;
|
||||||
if (!openBoard($b)) return false;
|
if (!openBoard($b)) return false;
|
||||||
$config['try_smarter'] = true;
|
$config['try_smarter'] = true;
|
||||||
$build_pages = array(-1);
|
$build_pages = array(-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user