log window bigger

This commit is contained in:
Dobromir Popov
2026-07-14 17:47:20 +02:00
parent 21e6c86147
commit b661590ac7
3 changed files with 7 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ from .model_files import files_for_layer_range, snapshot_dir_for_repo
from .raft import RaftNode
_CONSOLE_LIMIT = 300
_CONSOLE_LIMIT = 1000
_PROXY_PROGRESS_LOG_INTERVAL = 5.0
_SESSION_COOKIE_NAME = "meshnet_session"