Testing auto reloading data stores.

This commit is contained in:
Scott Idem
2024-03-27 19:21:57 -04:00
parent 378ae11224
commit b336f18512

View File

@@ -134,7 +134,7 @@ onMount(() => {
// console.log('ae_ MOUNTED Browser detected.');
// Wait for random number of milliseconds to avoid all data stores being reloaded at the same time.
let random_ms = Math.floor(Math.random() * 1500);
let random_ms = Math.floor(Math.random() * 15000);
console.log(`ae_e_data_store: Random number of milliseconds: ${random_ms}`);
setTimeout(() => {
trigger = 'load__ds__code';