We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df52e89 commit ae636bbCopy full SHA for ae636bb
src/SignClient/SignCommand.cs
@@ -114,7 +114,7 @@ CommandOption descriptionUrl
114
115
116
var client = RestService.For<ISignService>(configuration["SignClient:Service:Url"], settings);
117
- client.Client.Timeout = Timeout.InfiniteTimeSpan;
+ client.Client.Timeout = Timeout.InfiniteTimeSpan; // TODO: Make configurable on command line
118
119
// Prepare input/output file
120
var input = new FileInfo(ExpandFilePath(inputFile.Value()));
0 commit comments