woodwind/woodwind-dev.ini
Kyle Mahan 127035e328 proper sort order when reading more than one entry at a time
put entries in the feed, sorted by the retrieved date first, then
break ties based on the published date.
2015-03-20 23:07:52 -07:00

10 lines
199 B
INI

[uwsgi]
master=true
processes=1
socket=/tmp/woodwind.sock
chmod-socket=666
module=woodwind.wsgi
import=timers
attach-daemon=rqworker
attach-daemon=python -m woodwind.websocket_server
py-autoreload=3