-
Hi everyone, If i feed postgis with pg_admin or Qgis with a large amount of entity (parcells) in an other table, i need to restart Martin to see the new parcells. How does it exactly work ? Is it a normal behavior ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Martin would not auto-detect new tables/functions just yet (see #288), but it should make the new data instantly available without restarts if the data is added/modified in the existing tables/functions. |
Beta Was this translation helpful? Give feedback.
Sorry, I got confused. I looked at my code and realized it had nothing to do with Nginx or Martin, the issue was on the client side. That said, I still had to update Martin due to a really slow startup problem.
I added the following functions to my code:
I also added RefreshZone() at the end of the async functions that adds, saves, and deletes rows in the database.
Then, I defined the RefreshZone function: