Fix tests
This commit is contained in:
@@ -41,7 +41,7 @@ func NewApp(db *DBPool) *Application {
|
||||
Database: db,
|
||||
stopChan: make(chan bool),
|
||||
IsRunning: syncext.NewAtomicBool(false),
|
||||
RequestLogQueue: make(chan models.RequestLog, 1024),
|
||||
RequestLogQueue: make(chan models.RequestLog, 8192),
|
||||
MainDatabaseLock: golock.NewCASMutex(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user