Increase polling interval (makes app lag)
This commit is contained in:
parent
aff2ddd04d
commit
a1f5292e57
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import { makeSelectClientSetting, selectosNotificationsEnabled, selectDaemonSett
|
|||
import { formatLbryUrlForWeb } from 'util/url';
|
||||
import { selectFloatingUri } from 'redux/selectors/content';
|
||||
|
||||
const DOWNLOAD_POLL_INTERVAL = 250;
|
||||
const DOWNLOAD_POLL_INTERVAL = 1000;
|
||||
|
||||
export function doUpdateLoadStatus(uri: string, outpoint: string) {
|
||||
// Updates the loading status for a uri as it's downloading
|
||||
|
|
Loading…
Add table
Reference in a new issue