mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cloud connector cleanup
* Rename to RiaOAuthHttpServerReplyHandler * Add comment header * SUMO: Use function pointer to simplify network request
This commit is contained in:
@@ -33,3 +33,11 @@ QString RiaCloudDefines::contentTypeParquet()
|
||||
{
|
||||
return "application/x-parquet";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RiaCloudDefines::requestTokenTimeoutMillis()
|
||||
{
|
||||
return 120 * 1000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user