jmarantz commented on issue #1644: pagespeed css request times out with 404 while optimizing URL: https://github.com/apache/incubator-pagespeed-mod/issues/1644#issuecomment-398467131 As mentioned above, there is a timeout you can adjust to make this happen less: BlockingFetch has an undocumented timeout (default 5 seconds, settable in pagespeed.conf). There is a TODO to document it... ``` ModPagespeedBlockingFetchTimeoutMs 10000 ``` would set it to 10 seconds.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
