mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-30 07:26:46 +00:00
dispatcher: Use int32 for atomic operations to prevent crash on ARM 32bit systems (#370)
See https://github.com/golang/go/issues/599
This commit is contained in:
@@ -64,5 +64,5 @@ type Settings struct {
|
||||
|
||||
// Dispatch system settings
|
||||
EnableDispatcher bool
|
||||
DispatchMaxWorkerAmount int64
|
||||
DispatchMaxWorkerAmount int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user