Adam Stachowicz

Results 73 comments of Adam Stachowicz

FYI: Today, after `clear-old-data` job (reminder: I was changed history retention from 90 to 30 days), my DB size changed from ~838.4 MB to 780.6 MB And I wonder if...

I've just checked database -> `PRAGMA auto_vacuum;` returns `2`, so this is set to `INCREMENTAL`, no need to recreate database file as you may think after reading this description under...

> But I also don't know how to write a better description so it is how it is. Maybe just this for now: > Trigger database VACUUM for SQLite. AUTO_VACUUM...

OK, I will create PR to change en.js for this - this night or tomorrow

Done in https://github.com/louislam/uptime-kuma/pull/4508

Please retest with latest version 1.23

Please rename PR title

@chrisbreiding Incorrect. `throw new Error('something')` makes test marked **as failed** I want to skip test and have all other tests with "green light" - have information about how many tests...