aboutsummaryrefslogtreecommitdiff
path: root/backend/chrona.py
AgeCommit message (Collapse)Author
2023-01-24Adjust limits and timeoutsTerry Truong
Increase MAX_REQ_EVENTS in chrona.py. Without this, a large-screened client might request with a limit of 700 events, more than the previous server limit of 500, causing the client to display nothing. Reduce onEventDisplay() throttling timeout in App.vue, for faster user responsiveness.
2023-01-22Add deployment docs and scriptTerry Truong
Add DEPLOY.md and prebuild.sh Update READMEs Change project name