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