mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Add sample / unfinished configuration file for the aha framework
This commit is contained in:
parent
e50b1b2c29
commit
0c401688fc
1 changed files with 14 additions and 0 deletions
14
aha/aha.cfg
Normal file
14
aha/aha.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[worker]
|
||||
#The worker is periodically polling for work
|
||||
sleeptime=30
|
||||
#The treshold that is taken into account to decide whether the file should be
|
||||
#removed or not
|
||||
timeout=15
|
||||
[common]
|
||||
#Directory where the kernel writes data
|
||||
outqueue=/home/gerard/kernel/linux-2.6/out
|
||||
#Directory where the aha decision process writes data for the kernel
|
||||
inqueue=/home/gerard/kernel/linux-2.6/in
|
||||
|
||||
[insults]
|
||||
maxidx = 3
|
Loading…
Reference in a new issue