mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
Use Long polling only for signalr.
This commit is contained in:
parent
e7c353b9a3
commit
aa24e4cac7
1 changed files with 1 additions and 1 deletions
|
@ -92,5 +92,5 @@ $(function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
// Start the connection
|
// Start the connection
|
||||||
$.connection.hub.start();
|
$.connection.hub.start({ transport: 'longPolling' });
|
||||||
});
|
});
|
Loading…
Reference in a new issue