world.ts 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2447,7 +2447,7 @@ const ct = ({
2447
2447
  dispose: (a) => a.dispose()
2448
2448
  }), r = Ce({
2449
2449
  max: 1e4,
2450
- ttl: 2e3,
2450
+ ttl: 200,
2451
2451
  dispose: (a, f) => {
2452
2452
  const u = i.get(f);
2453
2453
  u && !u.loaded && (console.log("Cancel", f), i.delete(f));