Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Aug 11, 2019
1 parent df52e89 commit ae636bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignClient/SignCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CommandOption descriptionUrl


var client = RestService.For<ISignService>(configuration["SignClient:Service:Url"], settings);
client.Client.Timeout = Timeout.InfiniteTimeSpan;
client.Client.Timeout = Timeout.InfiniteTimeSpan; // TODO: Make configurable on command line

// Prepare input/output file
var input = new FileInfo(ExpandFilePath(inputFile.Value()));
Expand Down

0 comments on commit ae636bb

Please sign in to comment.