Skip to content

Commit

Permalink
reset crontab for 3am and unset drift config
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Nov 26, 2017
1 parent 6b7c51a commit ab8b7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crontab.txt
@@ -1 +1 @@
0 22 * * * /home/pi/davglass/setup.sh > /home/pi/tmp/crontab.log
0 3 * * * /home/pi/davglass/setup.sh > /home/pi/tmp/crontab.log
4 changes: 2 additions & 2 deletions shairport-sync.conf
Expand Up @@ -19,8 +19,8 @@ general =
// port = 5000; // Listen for service requests on this port
// udp_port_base = 6001; // start allocating UDP ports from this port number when needed
// udp_port_range = 100; // look for free ports in this number of places, starting at the UDP port base. Allow at least 10, though only three are needed in a steady state.
statistics = "yes"; // set to "yes" to print statistics in the log
drift_tolerance_in_seconds = 0.001; // allow a timing error of this number of seconds of drift away from exact synchronisation before attempting to correct it
// statistics = "yes"; // set to "yes" to print statistics in the log
// drift_tolerance_in_seconds = 0.001; // allow a timing error of this number of seconds of drift away from exact synchronisation before attempting to correct it
// resync_threshold_in_seconds = 0.050; // a synchronisation error greater than this number of seconds will cause resynchronisation; 0 disables it
log_verbosity = 2; // "0" means no debug verbosity, "3" is most verbose.

Expand Down

0 comments on commit ab8b7c4

Please sign in to comment.