diff --git a/Torch.Server/TorchConfig.cs b/Torch.Server/TorchConfig.cs index f1a6ab7..12905c3 100644 --- a/Torch.Server/TorchConfig.cs +++ b/Torch.Server/TorchConfig.cs @@ -71,6 +71,7 @@ namespace Torch.Server /// Temporary flag to automatically start the server only on the next run /// [Arg("autostart", "Start the server immediately.")] + [XmlIgnore] public bool TempAutostart { get; set; } ///