Skip to content

Commit 36231f6

Browse files
committed
experiment: Потенциальный фикс лагов от Стат Панеля. (#6527) [testmerge][77b7254]
1 parent be50827 commit 36231f6

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)