GH-1856 always pull new versions of metadata when requested
The only block is if it's already happening.
This commit is contained in:
		@@ -57,7 +57,8 @@ public:
 | 
			
		||||
	}
 | 
			
		||||
	bool shouldStartRemoteUpdate() const
 | 
			
		||||
	{
 | 
			
		||||
		return m_updateStatus == UpdateStatus::NotDone;
 | 
			
		||||
		// TODO: version-locks and offline mode?
 | 
			
		||||
		return m_updateStatus != UpdateStatus::InProgress;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	void load();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user