org-roam / org-roam-server

A Web Application to Visualize the Org-Roam Database
MIT License
639 stars 51 forks source link

Add `org-roam-server-network-poll` variable #47

Closed goktug97 closed 4 years ago

goktug97 commented 4 years ago

The server experiences lag when there is lots of nodes and edges during JSON encode. To eliminate unnecessary CPU usage, this variable is added so that users can set it to nil to disable polling for the changes.

The changes can be reloaded using the Reload button.