Skip to content

Commit

Permalink
give the app more time to stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 22, 2012
1 parent de339c4 commit 2394da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/prod/stop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lilalog "Stop application"
kill $lilapid
rm RUNNING_PID

sleep 1
sleep 2

lilalog "Force kill in case port 9000 is still bound"
pkill -9 --echo --full "java -Dconfig.file=conf/local.conf -Dhttp.port=9000"
2 changes: 2 additions & 0 deletions todo
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ not possible to copy the link URL invite when using a iOS device. Can this be ea
search bug http:https://en.lichess.org/games/search?players.a=&players.b=&players.winner=&eloMin=&eloMax=&hasAi=&aiLevelMin=&aiLevelMax=&variant=&mode=1&opening=&turnsMin=&turnsMax=&durationMin=&durationMax=&status=35&dateMin=&dateMax=&sort.field=tu&sort.order=asc
takeback substract time for person granting
add fullscreen mode for spectators and load new games in a loop (based on certain filter options) - thus creating a chess tv channel

db.pgn.find({},{_id:1}).forEach(function(o) { if (0 === db.game4.count({_id: o._id})) { print(o._id); db.pgn.remove({_id: o._id});} });

0 comments on commit 2394da6

Please sign in to comment.