mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-25 01:06:45 +00: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