We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Székely Balázs
1 parent 9fb3dd0 commit 015ec40Copy full SHA for 015ec40
1 file changed
entries/sbalazs/src/obrc.lpr
@@ -29,12 +29,12 @@
29
30
if (Trim(ParamStr(2)) <> '') then
31
begin
32
- TC := StrToIntDef(ParamStr(2), 16);
33
- if TC < 16 then
34
- TC := 16;
+ TC := StrToIntDef(ParamStr(2), 8);
+ if TC < 8 then
+ TC := 8;
35
end
36
else
37
38
39
FWSManager := TWSManager.Create(ParamStr(1), TC);
40
FWSManager.WSThreadsWatcher.Start;
0 commit comments