Skip to content

Commit 9ff0f40

Browse files
authored
Correct HashFileJob default value (#195)
1 parent 3b46a15 commit 9ff0f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shoko-server/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const jobNameColumns = [
4141
const jobNameData = [
4242
{
4343
'Job Name': 'HashFileJob',
44-
'Default': '1',
44+
'Default': '2',
4545
'Description': 'Determines how many workers are allocated to hashing files'
4646
},
4747
{

0 commit comments

Comments
 (0)