kulotskinakalbo
03/07/2023, 1:24 PMBUTTΞRKΞKS1000
03/07/2023, 4:16 PMDani Foldi
03/07/2023, 4:21 PMBUTTΞRKΞKS1000
03/07/2023, 4:23 PMDani Foldi
03/07/2023, 4:24 PMDani Foldi
03/07/2023, 4:29 PMflareutils
by Ali (thanks for the updated docs page), check out `BetterKV`: https://flareutils.pages.dev/betterkv/
For the cache TTL in the get (& potentially put), use Math.ceil(Date.now()/(180*1000))*180*1000-Date.now()
to have it kept until the next 3 minute intervalHardAtWork
03/07/2023, 4:35 PMAlexDicy
03/07/2023, 7:47 PMTom Sherman
03/07/2023, 7:49 PMTom Sherman
03/07/2023, 7:51 PMtcp_sockets_support
AlexDicy
03/07/2023, 7:51 PMErisa | Support Engineer
03/07/2023, 7:56 PMAlexDicy
03/07/2023, 7:57 PMArunP
03/07/2023, 9:27 PMUnsmart | Tech debt
03/07/2023, 9:28 PMArunP
03/07/2023, 9:30 PMPato
03/07/2023, 10:27 PMError: ReferenceError, window is not defined, undefined
Pato
03/07/2023, 10:39 PMCyb3r-Jok3
03/07/2023, 10:43 PMAlisson Acioli
03/07/2023, 11:57 PMTom Sherman
03/08/2023, 12:03 AMCyb3r-Jok3
03/08/2023, 12:06 AMAlisson Acioli
03/08/2023, 12:08 AMAdvany
03/08/2023, 8:48 AMUnsmart | Tech debt
03/08/2023, 8:53 AMUnsmart | Tech debt
03/08/2023, 8:54 AMAdvany
03/08/2023, 8:56 AMCallixd
03/08/2023, 10:50 AMCallixd
03/08/2023, 10:51 AMclient side -> worker call -> worker response (can i cache that using the cache api?) -> client receives response