Disable telemetry
This commit is contained in:
		@ -185,11 +185,12 @@ function onState (err, _state) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Runs a few seconds after the app loads, to avoid slowing down startup time
 | 
					// Runs a few seconds after the app loads, to avoid slowing down startup time
 | 
				
			||||||
function delayedInit () {
 | 
					function delayedInit () {
 | 
				
			||||||
  telemetry.send(state)
 | 
					  // Disable telemetry
 | 
				
			||||||
 | 
					  // telemetry.send(state)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Send telemetry data every 12 hours, for users who keep the app running
 | 
					  // Send telemetry data every 12 hours, for users who keep the app running
 | 
				
			||||||
  // for extended periods of time
 | 
					  // for extended periods of time
 | 
				
			||||||
  setInterval(() => telemetry.send(state), 12 * 3600 * 1000)
 | 
					  // setInterval(() => telemetry.send(state), 12 * 3600 * 1000)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Warn if the download dir is gone, eg b/c an external drive is unplugged
 | 
					  // Warn if the download dir is gone, eg b/c an external drive is unplugged
 | 
				
			||||||
  checkDownloadPath()
 | 
					  checkDownloadPath()
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user