[client] Enable network map persistence by default (#3152)

This commit is contained in:
Viktor Liu
2025-01-06 14:11:43 +01:00
committed by GitHub
parent 02a3feddb8
commit f08605a7f1
3 changed files with 4 additions and 3 deletions

View File

@ -382,8 +382,7 @@ func (c *ConnectClient) isContextCancelled() bool {
// SetNetworkMapPersistence enables or disables network map persistence.
// When enabled, the last received network map will be stored and can be retrieved
// through the Engine's getLatestNetworkMap method. When disabled, any stored
// network map will be cleared. This functionality is primarily used for debugging
// and should not be enabled during normal operation.
// network map will be cleared.
func (c *ConnectClient) SetNetworkMapPersistence(enabled bool) {
c.engineMutex.Lock()
c.persistNetworkMap = enabled