Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosnicolaou committed Jan 3, 2024
1 parent 3dce6c1 commit a974ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ref/runtime/internal/rpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func WithNewDispatchingServer(ctx *context.T,
typeCache: newTypeCache(),
state: rpc.ServerInitializing,
endpoints: make(map[string]naming.Endpoint),
lameDuckTimeout: 5 * time.Second, // TODO(cnicolaou): make this an option
lameDuckTimeout: 10 * time.Second, // TODO(cnicolaou): make this an option
closed: make(chan struct{}),
outstanding: newOutstandingStats(naming.Join("rpc", "server", "outstanding", rid.String())),
}
Expand Down

0 comments on commit a974ce4

Please sign in to comment.