Skip to content

Commit ae636bb

Browse files
author
Oren Novotny
committed
add comment
1 parent df52e89 commit ae636bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignClient/SignCommand.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ CommandOption descriptionUrl
114114

115115

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

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

0 commit comments

Comments
 (0)