mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-17 21:26:13 -04:00
Use Long polling only for signalr.
This commit is contained in:
@@ -92,5 +92,5 @@ $(function () {
|
||||
};
|
||||
|
||||
// Start the connection
|
||||
$.connection.hub.start();
|
||||
$.connection.hub.start({ transport: 'longPolling' });
|
||||
});
|
||||
Reference in New Issue
Block a user