summary refs log tree commit diff
path: root/synapse/app/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Make 'affinity' package optionalErik Johnston2017-10-021-1/+14
* Move quit_with_errorErik Johnston2017-10-021-0/+10
* Allow configuration of CPU affinityRichard van der Hoff2017-08-151-1/+8
* Factor out common application startRichard van der Hoff2017-08-151-0/+92