Commit Graph

75 Commits (c3c4db52ec811f6791999658b5283ec6b3a76896)

Author SHA1 Message Date
Ponkhy c79be19ec3 Added DNS Monitor Type
3 years ago
LouisLam b892a92fc8 retry if acquire error
3 years ago
LouisLam ec0dbf3cbe probably still memory leak over time, not sure what happen, change back to singal pool.
3 years ago
LouisLam 05680472a7 fix high memory usage
3 years ago
LouisLam 7ffdb2eb80 also backup sqlite shm, val file
3 years ago
LouisLam 440c178403 change sqlite to WAL mode
3 years ago
LouisLam 61e758d872 disable pool for sqlite, re-use a connection to improve the performance.
3 years ago
LouisLam eed6d3e847 add more query log for dev env
3 years ago
LouisLam fc76c2836b increase the query timeout
3 years ago
LouisLam d0aad3400c add reset password in cli
3 years ago
Louis Lam 44391117ab
Merge pull request #173 from chakflying/redirects&status
3 years ago
Nelson Chan 4ff68238c4
Chore: Improve logging during db development
3 years ago
LouisLam adcd251076 Merge branch 'master' into redirects&status
3 years ago
LouisLam a98ba41c8e minor
3 years ago
LouisLam a40816b948 fix high severity vulnerabilities by using my fork sqlite3 package
3 years ago
Nelson Chan 8f7885e58a Feat: Implement MaxRedirects & StatusCodes
3 years ago
Nelson Chan 0c3c59df4e Fix: [DB] Add default for created_date in monitor
3 years ago
LouisLam e032072900 eslint: allow while (true)
3 years ago
Nelson Chan 47b19ea2f2 ESLint: fix file
3 years ago
LouisLam 081abcb6a1 add util.ts for sharing common functions between frontend and backend
3 years ago
LouisLam 53a90347ca update database schema, add upside_down and ignore_tls
3 years ago
LouisLam 3666ebb931 change no-unused-vars from error to warn
3 years ago
LouisLam 06c4523ce3 update the latest db version to 3
3 years ago
Nelson Chan 96c60dd94a Feat: Add database storage for TLS info
3 years ago
LouisLam e02eb72863 add db migration
3 years ago