![Martin Zimmermann](/assets/img/avatar_default.png)
Markdown conversion is not the reason for 2s per 100 comments response, the hash function is. When using the email/remote_addr from cache, the response time is pretty fast. * when uWSGI is available, use their caching framework * for multi-threaded environment (the default), use a simple cache shipped with werkzeug
10 lines
173 B
INI
10 lines
173 B
INI
[uwsgi]
|
|
http = :8080
|
|
master = true
|
|
processes = 4
|
|
cache2 = name=hash,items=1024,blocksize=32
|
|
spooler = %v/mail
|
|
module = isso
|
|
virtualenv = .
|
|
env = ISSO_SETTINGS=%v/sample.cfg
|