nextcloud / survey_server

🐙 Receives data from the survey_client, evaluates and visualizes it
GNU Affero General Public License v3.0
1 stars 8 forks source link

Add index on source column #22

Closed nickvergessen closed 6 years ago

nickvergessen commented 7 years ago

Fix https://github.com/nextcloud/survey_client/issues/29

The problem was the delete took more then the 5 seconds default timeout.... https://github.com/nextcloud/survey_server/blob/5be7226ff59e2cda735201c2abcc6bc807b24e2a/lib/Service/StatisticService.php#L89

Deployed on the installation and it works again.

nickvergessen commented 6 years ago

Hmpf, @MorrisJobke can you merge this and update it on the instance? This is back since the updates you made right before I left it seems: https://github.com/nextcloud/survey_client/issues/29

MorrisJobke commented 6 years ago

Tested and works again