I suspect feed configured as histogram are write on disk immediately without respect 'sleep' directive in
Emoncms configuration file .
This because if i run this command :
sudo find /dati -mmin -1
i can see that the files related to histogram feed are updated every minute ( as my power data in input witch are updated every minute ); all the others are updated properly every 1,800 seconds.
( my sleep directive is set to 1800..)
...
All my data are stored in this directory .
/dati/phpfina
/dati/mysql
/dati/phptimeseries
Histogram feed in low-write mode.
Submitted by fcattaneo on Tue, 24/11/2015 - 08:43I suspect feed configured as histogram are write on disk immediately without respect 'sleep' directive in
Emoncms configuration file .
This because if i run this command :
sudo find /dati -mmin -1
i can see that the files related to histogram feed are updated every minute ( as my power data in input witch are updated every minute ); all the others are updated properly every 1,800 seconds.
( my sleep directive is set to 1800..)
...
All my data are stored in this directory .
/dati/phpfina
/dati/mysql
/dati/phptimeseries
Emoncms Version low-write 9.1 | 2015.11.02
Ceers,
Fabrizio.