Skip to content

Commit cd67990

Browse files
committed
chore: Mark 'concurrency.enabled' config entriy as lazy-loaded
Signed-off-by: Marcel Klehr <[email protected]>
1 parent a891e77 commit cd67990

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/files-scan-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set imagenet.enabled and concurrency.enabled
134134
run: |
135135
./occ config:app:set --value true recognize imagenet.enabled
136-
./occ config:app:set --value true recognize concurrency.enabled
136+
./occ config:app:set --lazy --value true recognize concurrency.enabled
137137
138138
- name: Run scan
139139
env:

lib/Service/SettingsService.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ final class SettingsService {
8181
'movinet.lastFile',
8282
'musicnn.lastFile',
8383
'clusterFaces.lastRun',
84+
'faces.batchSize',
85+
'imagenet.batchSize',
86+
'landmarks.batchSize',
87+
'movinet.batchSize',
88+
'musicnn.batchSize',
89+
'concurrency.enabled'
8490
];
8591

8692
private IAppConfig $config;

0 commit comments

Comments
 (0)