Don't serialize temporary autostart flag
This commit is contained in:
@@ -71,6 +71,7 @@ namespace Torch.Server
|
||||
/// Temporary flag to automatically start the server only on the next run
|
||||
/// </summary>
|
||||
[Arg("autostart", "Start the server immediately.")]
|
||||
[XmlIgnore]
|
||||
public bool TempAutostart { get; set; }
|
||||
|
||||
/// <inheritdoc />
|
||||
|
Reference in New Issue
Block a user