mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -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