You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the .result() timeout is 5 seconds. This is pretty high and we'll usually overwrite it to be much lower in real case scenario (client.foo.get().result(timeout=0.5)). This is making most call to any endpoint pretty verbose.
I feel it'd make code more readable if we could just define a lower timeout value by default on the client.
By default, the
.result()
timeout is 5 seconds. This is pretty high and we'll usually overwrite it to be much lower in real case scenario (client.foo.get().result(timeout=0.5)
). This is making most call to any endpoint pretty verbose.I feel it'd make code more readable if we could just define a lower timeout value by default on the client.
Api suggestion:
The text was updated successfully, but these errors were encountered: