mirror of https://github.com/tidwall/tile38.git
remove deprecated threads flag
This commit is contained in:
parent
0b8254e7c2
commit
552236f9f9
|
@ -17,6 +17,3 @@ var AppendFileName = ""
|
||||||
|
|
||||||
// QueueFileName allows for custom queue.db file path
|
// QueueFileName allows for custom queue.db file path
|
||||||
var QueueFileName = ""
|
var QueueFileName = ""
|
||||||
|
|
||||||
// NumThreads is the number of network threads to use.
|
|
||||||
var NumThreads int
|
|
||||||
|
|
Loading…
Reference in New Issue