Increase polling interval (makes app lag)

This commit is contained in:
Thomas Zarebczan 2020-08-24 16:08:14 -04:00 committed by GitHub
parent aff2ddd04d
commit a1f5292e57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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