Skip to content

Conversation

prolinkmoon
Copy link

Screenshot_1551

Summary

This PR adds the --network-timeout 100000 flag to the yarn install command to improve reliability during dependency installation. This change helps avoid timeout issues in environments with slow or unstable network connections.

Changes Made

  • Updated swarm.containerfile to include --network-timeout 100000 in the yarn install command.

Reason

In certain environments (e.g. CI/CD or behind slow proxies), the default timeout for yarn may cause installation to fail. Increasing the timeout ensures a more stable install process.

Notes

  • No changes to application logic or runtime behavior.
  • Safe, minor change focused on improving developer experience.

--- Thanks

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.

1 participant