Tweaks cache_lifespan

Changes the world var from 0 to 7, as it is what /tg/ uses and it might help reduce the amount of data one needs to download when connecting. Not sure if it will but it can't hurt.
This commit is contained in:
Neerti
2017-12-31 05:49:32 -05:00
parent c5b1fcf2b2
commit 7f54bf2945

View File

@@ -34,7 +34,7 @@ var/global/datum/global_init/init = new ()
turf = /turf/space
area = /area/space
view = "15x15"
cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session
cache_lifespan = 7