botim / botz

The Big Bots project is a social experiment aimed at identifying bots and sock puppets in the social platforms feeds. https://botim.online
GNU General Public License v3.0
8 stars 3 forks source link

feat: implement basic cache expiration using indexeddb #36

Closed eranshmil closed 5 years ago

eranshmil commented 5 years ago

Change from using Local Storage to IndexedDB, with expiration mechanism. The expiration time is located in the file src/core/consts.ts, and currently is set to 15 minutes.

Issue #32