add optional restart save timeout
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Torch
|
||||
string LoginToken { get; set; }
|
||||
UpdateSource UpdateSource { get; set; }
|
||||
List<string> Packages { get; set; }
|
||||
int RestartSaveTimeout { get; set; }
|
||||
|
||||
void Save(string path = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user