add a couple more configuration options

This commit is contained in:
Bernhard Amann 2012-03-30 09:18:44 -07:00
parent 719540414f
commit b47620e501
4 changed files with 30 additions and 4 deletions

View file

@ -14,4 +14,10 @@ export {
## addition factor for each heartbeat
const addfactor = 0 &redef;
## stop spreading at x lines per heartbeat
const stopspreadat = 0 &redef;
## 1 -> enable timed spreading
const timedspread = 0 &redef;
}