mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -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