General
Network Configurations
If you have an unstable connection, sometimes you might want to overwrite the defaults of the RequestsSettings
. These settings propagate to the Project and Dataset objects that are created from the EncordUserClient.
You can overwrite the timeouts for read and write operations. The following script overwrites the read, write, and connect timeouts. Ensure that you replace ‘private_key_path’ with the full path to your private key.
Was this page helpful?