Skip to content

Axios Timeout Fix

Compare
Choose a tag to compare
@noticeeverything noticeeverything released this 02 Apr 14:08

If a weird value was given for Egnyte._config.timeoutMs ('30000,', for instance), axios would throw a timeout error immediately on any request. This change defaults that value to 20000 if the given value cannot be parsed as an integer.