mirror of
https://github.com/oarkflow/mq.git
synced 2025-09-27 12:22:08 +08:00
feat: separate broker
This commit is contained in:
@@ -20,7 +20,7 @@ type Options struct {
|
||||
|
||||
func defaultOptions() Options {
|
||||
return Options{
|
||||
syncMode: true,
|
||||
syncMode: false,
|
||||
brokerAddr: ":8080",
|
||||
maxRetries: 5,
|
||||
initialDelay: 2 * time.Second,
|
||||
|
Reference in New Issue
Block a user