better link

This commit is contained in:
Ryan P. Brewster
2018-12-07 13:39:21 -08:00
parent 031f232192
commit 7fa1dc2c2b

View File

@@ -1,2 +1,2 @@
fixed - Firestore Emulator bug when running in Java 10 + Java 11 environments (due to better system clock granularity)
changed - Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to grpc/grpc#17282.
changed - Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to https://github.com/grpc/grpc/issues/17282.