Go to file
Tim Abbott 98ad49c866 Use persistent connections to our database.
I figure we can start with 600s as a maximum age -- our threads do
many dozens of requests per minute, so I figure we'll get most of the
benefit of permanently persisting connections this way.  I could also
be convinced to do just 60s, though the impact will likely to be less
visible on staging.  600s seems to be what Django originally had for
this parameter before they disabled it by default.  See:

https://groups.google.com/forum/#!msg/django-developers/rH0QQP7tI6w/yBusiFTNBR4J

for discussion, which also suggests we might have issues with
runserver that we should watch out for.

(imported from commit 0ae09fa4f1b39cc88c76fa58258aaf20ab168dcf)
2013-11-08 15:36:31 -05:00
analytics activity: Display times in US/Eastern. 2013-11-08 11:39:59 -05:00
api Clean up some unused imports. 2013-11-04 11:51:17 -05:00
assets Remove obsolete dots.svg (for generating pre-CSS presence dots). 2013-10-31 15:29:49 -04:00
bin [manual] Move write-rabbitmq-consumers-state-file to bin/. 2013-10-28 10:54:49 -04:00
bots Clean up some unused imports. 2013-11-04 11:51:17 -05:00
confirmation Switch url parameter to full_name from service-specific gafyd_name 2013-11-05 16:17:06 -05:00
corporate Move marketing pages to corporate app. 2013-11-06 12:07:32 -05:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
puppet Release desktop app v. 0.3.10 2013-11-06 14:13:57 -05:00
scripts zulip-puppet-apply: Fix the force option handling. 2013-11-05 17:06:31 -05:00
static Avoid stack trace when hitting "i" to close message menu. 2013-11-08 12:28:22 -05:00
templates Add a email-only sso login page that redirects to a deployment-specific domai 2013-11-08 14:33:12 -05:00
tools Make build-local-server-tarball work on OSX. 2013-11-06 13:49:00 -05:00
zerver Add a generate_204 method to our backend for the desktop app 2013-11-08 14:13:44 -05:00
zilencer Add a email-only sso login page that redirects to a deployment-specific domai 2013-11-08 14:33:12 -05:00
zproject Use persistent connections to our database. 2013-11-08 15:36:31 -05:00
.gitignore Update gitignore 2013-11-04 13:40:44 -05:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
zulip_tools.py Move zulip_tools library to root of repository. 2013-10-28 10:54:48 -04:00