daily_plot has a better call to the database
and updates every 60 seconds instead of 5 minutes as it takes about 13 seconds and doesn't seem to bother things
This commit is contained in:
@@ -320,7 +320,7 @@ install_chart_viewer_service() {
|
||||
Description=BirdNET-Pi Chart Viewer Service
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=300
|
||||
RestartSec=60
|
||||
Type=simple
|
||||
User=$USER
|
||||
ExecStart=/usr/local/bin/daily_plot.py
|
||||
|
||||
Reference in New Issue
Block a user