bolt / Sitemap

Bolt Sitemap extension - create XML sitemaps for your Bolt website.
MIT License
19 stars 20 forks source link

Suppress errors/warnings when we can't set time limit and ini #44

Closed SvanteRichter closed 5 years ago

SvanteRichter commented 5 years ago

Sometimes the hosting provider does not allow set_time_limit and ini_set, in those cases the extension should probably try anyway. and fail "naturally" if there is not enough memory or time rather than fail always because of trying to set those limits.