diff --git a/server/lib/http.go b/server/lib/http.go
index 0aba81ee23a76f6380fb47231397ac10023a4618..4bd4fa88642e17a71505adeebd5b6eb69af815f8 100644
--- a/server/lib/http.go
+++ b/server/lib/http.go
@@ -29,7 +29,7 @@ const clientMapTimeout = 1 * time.Minute
 // How big to make the map of ClientIDs to IP addresses. The map is used in
 // turbotunnelMode to store a reasonable IP address for a client session that
 // may outlive any single WebSocket connection.
-const clientIDAddrMapCapacity = 10240
+const clientIDAddrMapCapacity = 98304
 
 // How long to wait for ListenAndServe or ListenAndServeTLS to return an error
 // before deciding that it's not going to return.