naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
780 stars 206 forks source link

Speed of Webserver degrade after a while #191

Open Jayden9912 opened 2 months ago

Jayden9912 commented 2 months ago

Hi Naurril. May I know did you encounter this situation where the loading of pcd file and images just get super slow after a while (random, it could be one days, could be few hours). This can only be solved by restarting the server.

naurril commented 2 months ago

yes a few times and I don't know why either. did you notice any strange prints in server log?

Jayden9912 commented 2 months ago

hi @naurril . I try to disable tools.caching.on in the main.py, so far the issue is gone.