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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
In the Raven 2.0.3 docs, there is a parameter called 'timeout'. But when I tried to set this value, the raven client is not accepting it.
I am setting the timeout like this.
)
And if I look at raven/base.py, I see this which seems to suggest that the timeout parameter cannot be set in the above config.
And I tried to pass this config in the transport (I did something like this on the dsn) and it does not work as well...
But if I change raven/conf/defaults.py (TIMEOUT), raven accepts this change.