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

[5.x] Prevent timeout during install:eloquent-driver command #10955

Merged

Conversation

duncanmcclean
Copy link
Member

This pull request prevents commands from timing out and causing errors during the install:eloquent-driver command.

The import commands can take a while to run, especially when there's a lot of existing content being imported.

Fixes statamic/eloquent-driver#364.

@jasonvarga jasonvarga merged commit 311fce1 into 5.x Oct 14, 2024
18 checks passed
@jasonvarga jasonvarga deleted the prevent-timeout-during-install-eloquent-driver-command branch October 14, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Large migrations using the install tool can time out
2 participants