let's make 1 the default number of threads

This commit is contained in:
Eric House 2013-01-26 20:59:27 -08:00
parent cba04e4b95
commit 06bc80fcc9

View file

@ -15,7 +15,7 @@ HEARTBEAT=60
# How many worker threads in the thread pool? Default is five. Let's
# keep this at 1 until the race condition is fixed. All interaction
# with crefs should be from this one thread, including proxy stuff.
NTHREADS=5
NTHREADS=1
# How many seconds to wait for device to ack new connName
DEVACK=3