Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Link timeout fix

Compare
Choose a tag to compare
@NanoSector NanoSector released this 02 Jan 02:00
· 1013 commits to master since this release

This release adds a relatively minor patch; requests will now timeout after a set amount of time.

If a request is made and the framework cannot connect to the server in <2 seconds, the request is dropped. If it takes 5 seconds to retrieve data, the request is dropped.

We hope this provides you all a smoother experience.

EDIT: Hotfix to add version to composer.json, so modules can depend on this.