boost_count_all_files() can take way too long; abort count if longer then 10 seconds.

CommentFileSizeAuthor
#1 boost-621870.patch3.64 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
3.64 KB

Using glob() instead of opendir(), readdir(); I've heard mixed reports of either function being faster, so I'm going with the cleaner looking one.

Patch also contains some minor code fixes as well.

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.