mirror of
https://github.com/rqlite/rqlite.git
synced 2026-01-25 04:16:26 +00:00
Simplify reap command line flags (#1118)
Simplify reap command line flags
This commit is contained in:
@@ -140,7 +140,7 @@ func (q *Queue) Stats() (map[string]interface{}, error) {
|
||||
return map[string]interface{}{
|
||||
"max_size": q.maxSize,
|
||||
"batch_size": q.batchSize,
|
||||
"timeout": q.timeout,
|
||||
"timeout": q.timeout.String(),
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user