Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a reason why i receive 504 gateway timeout error whenever i tried to fetch 50 favicon icons? #3

Open
gaffling opened this issue Jan 29, 2020 · 1 comment
Labels
good first issue Good for newcomers question Further information is requested

Comments

@gaffling
Copy link
Owner

Is there a reason why i receive 504 gateway timeout error whenever i tried to fetch 50 favicon icons?

Originally posted by @raitman005 in #2 (comment)

@gaffling gaffling added the question Further information is requested label Jan 29, 2020
@gaffling
Copy link
Owner Author

it would be the reason that you PHP have a defined max. script runtime that is shorter than the script need to run do get the 50 icons, so you can try this at the beginning of the script:

set_time_limit(0); // NO TIME LIMIT

@gaffling gaffling reopened this Jan 29, 2020
@gaffling gaffling added the good first issue Good for newcomers label May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant