Skip to content

Commit

Permalink
Wait more before running seaf-gc in backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
antontkv committed Oct 25, 2023
1 parent c738517 commit ae56bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_scripts/backup
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

function start() {
/seafile/server/seafile-server/seafile.sh stop
sleep 5
sleep 10
echo "Running seaf-gc"
/seafile/server/seafile-server/seaf-gc.sh
}

Expand Down

0 comments on commit ae56bea

Please sign in to comment.