You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to docs https://developer.enonic.com/docs/cache-library/stable#newcache the expire param expects seconds, but it seems in this code that you use millisecond. Is it intended that the isRunningCache should expire after 10 thousand seconds (166mins)?
The text was updated successfully, but these errors were encountered:
starter-tsup/src/main/resources/lib/browserSync.ts
Line 15 in 2d08bf5
According to docs https://developer.enonic.com/docs/cache-library/stable#newcache the
expire
param expects seconds, but it seems in this code that you use millisecond. Is it intended that the isRunningCache should expire after 10 thousand seconds (166mins)?The text was updated successfully, but these errors were encountered: