Skip to content

Commit f0f0016

Browse files
committed
remove self protection
1 parent 45e23d7 commit f0f0016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGa
147147
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
148148
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
149149
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
150+
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
150151
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
151152
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 h1:0IKlLyQ3Hs9nDaiK5cSHAGmcQEIC8l2Ts1u6x5Dfrqg=
152153
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0/go.mod h1:mJzapYve32yjrKlk9GbyCZHuPgZsrbyIbyKhSzOpg6s=

server/core/backend/common.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ func registerInnerTypes() {
5454
WithInitSize(500).WithParser(proto.ServiceParser)))
5555
INSTANCE = Store().MustInstall(NewAddOn("INSTANCE",
5656
discovery.Configure().WithPrefix(core.GetInstanceRootKey("")).
57-
WithInitSize(1000).WithParser(proto.InstanceParser).
58-
WithDeferHandler(NewInstanceEventDeferHandler())))
57+
WithInitSize(1000).WithParser(proto.InstanceParser)))
5958
DOMAIN = Store().MustInstall(NewAddOn("DOMAIN",
6059
discovery.Configure().WithPrefix(core.GetDomainRootKey()+core.SPLIT).
6160
WithInitSize(100).WithParser(proto.StringParser)))

0 commit comments

Comments
 (0)