mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Doubles slow asset send rate [MDB IGNORE] (#9492)
* Doubles slow asset send rate (#62845) Newer byond clients now properly batch up `browse_rsc` sends so this clogging up the `browse()` queue is less of a concern. * Doubles slow asset send rate Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
|
||||
/// Precache files without clogging up the browse() queue, used for passively sending files on connection start.
|
||||
/datum/asset_transport/proc/send_assets_slow(client/client, list/files, filerate = 3)
|
||||
/datum/asset_transport/proc/send_assets_slow(client/client, list/files, filerate = 6)
|
||||
var/startingfilerate = filerate
|
||||
for (var/file in files)
|
||||
if (!client)
|
||||
|
||||
Reference in New Issue
Block a user