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
|
/// Temporary flag to automatically start the server only on the next run
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Arg("autostart", "Start the server immediately.")]
|
[Arg("autostart", "Start the server immediately.")]
|
||||||
|
[XmlIgnore]
|
||||||
public bool TempAutostart { get; set; }
|
public bool TempAutostart { get; set; }
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
|
Reference in New Issue
Block a user