Skip to content
New issue

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

Make K_TIMEOUT configurable and rename #2

Open
jsocol opened this issue May 23, 2012 · 1 comment
Open

Make K_TIMEOUT configurable and rename #2

jsocol opened this issue May 23, 2012 · 1 comment

Comments

@jsocol
Copy link
Owner

jsocol commented May 23, 2012

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:

os.env['SPHINX_TIMEOUT', 5)

That should work, if I understand the order of the imports. Will double test and implement.

@ghost ghost assigned jsocol May 23, 2012
@stephendonner
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants