THM-MoTE / mope-server

Server process for Modelica | Editor
https://thm-mote.github.io//projects/mope
GNU General Public License v3.0
9 stars 0 forks source link

Frequent timeouts for larger projects #20

Open CSchoel opened 4 years ago

CSchoel commented 4 years ago

For larger (or even medium size) projects, Mo|E quickly becomes almost unusable, since requests frequently time out. This can be, for example, observed by loading the Inada model (currently still a private repository) and modifying a few classes.

I suppose we have a larger performance issue on hand, which may also be connected with #18.

CSchoel commented 3 years ago

Note: Setting defaultAskTimeout=60 in mope.conf lets 95% of requests complete in time for me.

Also the InaMo repo is now public and can be freely used for testing.