We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's make K_TIMEOUT configurable via an environment variable, so that this stays generically useful but django can still set it.
TIMEOUT = os.env.get('SPHINX_TIMEOUT', 1)
Then Django can put, in settings:
settings
os.env['SPHINX_TIMEOUT', 5)
That should work, if I understand the order of the imports. Will double test and implement.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Let's make K_TIMEOUT configurable via an environment variable, so that this stays generically useful but django can still set it.
Then Django can put, in
settings
:That should work, if I understand the order of the imports. Will double test and implement.
The text was updated successfully, but these errors were encountered: