Something went wrong error message in StarDog Studio after 60 seconds

Hi,

Any query taking longer than 60 seconds ends with the Something went wrong message in StarDog Studio. Is there a way to prevent that to happen? I am using the web console now instead but I would prefer to use the studio.

Thanks
Daniel

See the documentation for the query.timeout configuration option.

The database query timeout is set to 10 minutes. Same thing for the connection timeout.

Stardog Studio does currently have a hard-coded timeout of 1m where if it receives NO response from the server whatsoever you will see this. Often the case is that the results have already started streaming back from the server, but if the query is particularly difficult this does pop up.

Unfortunately there is currently no way to override this setting. The Studio team is continuing to look into it, but no definite timeline exists as of yet.

1 Like