Commit Graph

5 Commits

Author SHA1 Message Date
David Welch a668da05a1 Increase the maximum number of URLs queued.
The number of URLs queued is restricted to ~60 because the queue is stored as a single item and is therefore is restricted to 8k.
Instead store each URLs as a separate item with a name 'qi'+number and gather them into a single array when loading/storing.
2020-11-25 19:38:18 +00:00
Bauke 93a665dc63
Add some text to the version number when Queue is updated. 2020-11-14 18:24:20 +01:00
Bauke 0f115971c6
Fix dates not being initialized when retrieved from storage. 2020-11-11 18:47:21 +01:00
Bauke 5798eefb72
Add the AMO ID and use sync storage instead of local. 2020-11-11 18:34:59 +01:00
Bauke badcdb39c7
Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00