I have a question -
If I upload every 30 seconds to api.php from my Meteobridge, and the database update is sdheduled every 5 minutes (in api.php), and something changes within 4 min 30 sec, I am basically loosing
everything that changed within the 4:30 right? It's only going to populate the database with the last 30 seconds of data?
DB Updates
- Jachym
- Site Admin

- Posts: 1686
- Joined: Fri Aug 18, 2017 10:12 pm
- Location: Brno, Czech Republic
- Station model: WH1080
- Software: Meteobridge
- Contact:
Re: DB Updates
No, this is explained in detail in the wiki how this works. Data is then cached and aggregated, which is what is used to update the db.
