Skip to content

Commit

Permalink
revise time config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu1 committed May 29, 2020
1 parent 59e9abf commit 888ef40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/prod/time.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
time_controller :
{
sleep_time = ["09:30:00-09:45:59", "11:30:04-13:10:00", "21:00:00-23:59:59", "00:00:00-03:30:00"];
sleep_time = ["09:30:00-09:45:59", "11:30:04-13:10:00", "00:00:00-03:30:00", "16:00:00-23:59:59"];
close_time = [ "14:20:00-14:50:00", "11:15:00-11:29:00" ];
force_close_time = [ "14:50:01-15:59:59", "16:59:59-17:30:00", "11:29:01-11:29:59" ];
force_close_time = [ "14:50:01-15:59:59", "11:29:01-11:29:59" ];
};

0 comments on commit 888ef40

Please sign in to comment.