1
0
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:
Mark McDowall
2012-04-22 11:53:00 -07:00
parent e7c353b9a3
commit aa24e4cac7

View File

@@ -92,5 +92,5 @@ $(function () {
};
// Start the connection
$.connection.hub.start();
$.connection.hub.start({ transport: 'longPolling' });
});