Skip to content

Commit 77b7254

Browse files
committed
experiment: Потенциальный факс лагов от Стат Панеля.
1 parent 6c5e69d commit 77b7254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/asset_cache/transports/asset_transport.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
if (send_assets(client, file))
157157
if (!(--filerate))
158158
filerate = startingfilerate
159-
client.browse_queue_flush()
159+
// client.browse_queue_flush()
160160
stoplag(0) //queuing calls like this too quickly can cause issues in some client versions
161161

162162
/// Check the config is valid to load this transport

0 commit comments

Comments
 (0)