A few small changes in this release:
- Removed old garbage collection hack (was from the old Node v0.12 days).
- Added new
/api/app/status
API call for monitoring purposes. - Disable UDP broadcast server if port is zero or false.
- Now keeping track of tick age (exposed in api_status).
- If tick age is over 60 and status API is invoked, server will self-restart (should never happen).
- A tick should fire every second, so if 60 seconds has passed, something is very wrong.
- Improved logging for crashes and emergency shutdowns.
- Added PID log column by default.
- Bumped pixl-server version to v1.0.15.