Skip to content

Commit 66c5e4b

Browse files
feat: Add TaskCount configuration option to Config class
1 parent 04d25e2 commit 66c5e4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hasheous-taskrunner/Classes/Config.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public static Version ClientVersion
8383
{ "ClientName", ClientName },
8484
{ "ollama_url", "" },
8585
{ "EnableAutoUpdate", "true" },
86-
{ "notui", "false" }
86+
{ "notui", "false" },
87+
{ "TaskCount", "1" }
8788
};
8889

8990
/// <summary>

0 commit comments

Comments
 (0)