Better error handling, birthdays, startup otbs, resource caching.

This commit is contained in:
2020-04-15 08:47:13 -07:00
parent 197e4ffc5d
commit 333bd70d1a
13 changed files with 536 additions and 177 deletions

View File

@@ -44,7 +44,7 @@ farm:
make src/server/farm
runprod:
cd dist/ && chmod +x farm && ./farm
cd dist/ && chmod +x farm && ./farm -:a50
upload:
rsync -rtvz dist/ $(SERVER):~/farm