mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
@@ -41,7 +41,7 @@ var (
|
||||
|
||||
const (
|
||||
// VERSION is the current version for the server.
|
||||
VERSION = "2.2.0-RC.7.1"
|
||||
VERSION = "2.2.0-RC.7.2"
|
||||
|
||||
// PROTO is the currently supported protocol.
|
||||
// 0 was the original
|
||||
|
||||
@@ -1427,7 +1427,7 @@ func (mset *stream) setSourceConsumer(sname string, seq uint64) {
|
||||
}
|
||||
}
|
||||
mset.mu.Unlock()
|
||||
case <-time.After(5 * time.Second):
|
||||
case <-time.After(10 * time.Second):
|
||||
// Make sure things have not changed.
|
||||
mset.mu.Lock()
|
||||
if si := mset.sources[sname]; si != nil && si.cname == _EMPTY_ {
|
||||
|
||||
Reference in New Issue
Block a user