Regroup history in separate thread and improve logging

This commit is contained in:
JonnyWong16 2023-07-07 17:47:38 -07:00
commit d91e561a56
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 16 additions and 8 deletions

View file

@ -2498,9 +2498,9 @@ $(document).ready(function() {
});
$("#regroup_history").click(function () {
var msg = 'Are you sure you want to regroup play history in the database?';
var msg = 'Are you sure you want to regroup play history in the database?<br /><br /><strong>This make take a long time for large databases.<br />Regrouping will continue in the background.</strong>';
var url = 'regroup_history';
confirmAjaxCall(url, msg, null, 'Regrouping play history...');
confirmAjaxCall(url, msg);
});
$("#delete_temp_sessions").click(function () {