##// END OF EJS Templates
configitems: register the 'worker.backgroundclose' config
Boris Feld -
r33474:c514b4fb default
parent child Browse files
Show More
@@ -208,6 +208,9 b" coreconfigitem('ui', 'quiet',"
208 coreconfigitem('ui', 'username',
208 coreconfigitem('ui', 'username',
209 alias=[('ui', 'user')]
209 alias=[('ui', 'user')]
210 )
210 )
211 coreconfigitem('worker', 'backgroundclose',
212 default=dynamicdefault,
213 )
211 # Windows defaults to a limit of 512 open files. A buffer of 128
214 # Windows defaults to a limit of 512 open files. A buffer of 128
212 # should give us enough headway.
215 # should give us enough headway.
213 coreconfigitem('worker', 'backgroundclosemaxqueue',
216 coreconfigitem('worker', 'backgroundclosemaxqueue',
General Comments 0
You need to be logged in to leave comments. Login now