Revision a1c5f59b59144d4db87d357ce361213feb66779f authored by Piotr Tabor on 03 February 2021, 08:19:21 UTC, committed by GitHub on 03 February 2021, 08:19:21 UTC
etcdserver: Fix 64 KB websocket notification message limit
2 parent s d51c6c6 + a40f14d
Raw File
.gitignore
/agent-*
/coverage
/covdir
/gopath
/gopath.proto
/release
/bin
*.etcd
*.log
/etcd
/hack/insta-discovery/.env
*.coverprofile
*.test
hack/tls-setup/certs
.idea
/contrib/raftexample/raftexample
/contrib/raftexample/raftexample-*

# TODO: use dep prune
# https://github.com/golang/dep/issues/120#issuecomment-306518546
vendor/**/*
!vendor/**/
!vendor/**/*.go
!vendor/**/*.c
!vendor/**/*.cpp
!vendor/**/*.s
!vendor/**/COPYING*
!vendor/**/PATENTS*
!vendor/**/NOTICE*
!vendor/**/Licence*
!vendor/**/License*
!vendor/**/LICENCE*
!vendor/**/LICENSE*
vendor/**/*_test.go

*.bak
back to top