29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
waivercommentpatt ^WW\d+ [a-z].*
incomplete-timeout 1
# yes, anything else is no
run-wait yes
# Use http instead of direct filesystem access
# transport http
# transport fs
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
#
runqueue 20
# Default runtimelim 1d 1h 1m 10s
|
<
<
<
|
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
waivercommentpatt ^WW\d+ [a-z].*
incomplete-timeout 1
# yes, anything else is no
run-wait yes
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
#
runqueue 20
# Default runtimelim 1d 1h 1m 10s
|
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
blah
MAX_ALLOWED_LOAD 200
# XTERM [system xterm]
# RUNDEAD [system exit 56]
[server]
synchronous 0
# If the server can't be started on this port it will try the next port until
# it succeeds
port 8080
# This server will keep running this number of hours after last access.
|
>
>
>
>
>
>
|
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
|
blah
MAX_ALLOWED_LOAD 200
# XTERM [system xterm]
# RUNDEAD [system exit 56]
[server]
# Use http instead of direct filesystem access
transport http
# transport fs
# transport nmsg
synchronous 0
# If the server can't be started on this port it will try the next port until
# it succeeds
port 8080
# This server will keep running this number of hours after last access.
|