Files
AyuGramDesktop/Telegram/SourceFiles
futpib 61b7b2d5dc Use rename instead of copy for log file rotation at startup
Replace the expensive file copy in Logs::instanceChecked() with an
atomic rename. The old code copied log_startX.txt to log.txt then
deleted the original, which took ~83ms of synchronous I/O. A simple
rename on the same filesystem is nearly instant (~0.3ms).
2026-03-06 10:53:05 +04:00
..
2026-02-28 19:07:11 +04:00
2026-03-04 11:44:40 +03:00
2026-03-03 12:16:32 +04:00
2026-03-05 11:30:38 +04:00
2026-02-28 19:07:11 +04:00
2026-03-04 11:44:40 +03:00