ynput / ayon-python-api

Apache License 2.0
9 stars 3 forks source link

Timeout: Use timeout for URL validation #93

Closed iLLiCiTiT closed 12 months ago

iLLiCiTiT commented 12 months ago

Description

URL validation also use the same timeout value. It did not use any timeout which means it could run infinite amount of time.

Additional information

Moved default implementation of 'get_default_timeout' to utils which is used by default in ServerAPI.