OpenSimMirror/OpenSim/Services/AssetService
Justin Clark-Casey (justincc) c3d82bdcb1 When loading library asset set, only store an asset if it's different from an existing one with the same id.
We compare existing and loaded asset by doing an SHA1 on both, so that a changed library asset will still update the store.
This cuts asset library load time from 10 seconds to <1 sec.
Note, a fix on the previous commit revealed a bug where a library script cannot be copied except on the first login after a cache clear.
This is unrelated to this commit and needs to be fixed at some subsequent time.
2011-07-08 22:53:19 +01:00
..
AssetService.cs When loading library asset set, only store an asset if it's different from an existing one with the same id. 2011-07-08 22:53:19 +01:00
AssetServiceBase.cs Fix the AssetServiceBase bug I introduced by reordering configuration load 2009-06-23 08:37:12 +00:00