Skip to content

Commit

Permalink
Added overrides for 2D DCC in Collect JobInfo
Browse files Browse the repository at this point in the history
Without it nothing would show up in Publisher UI
  • Loading branch information
kalisp committed Jan 17, 2025
1 parent 2f584ce commit 55189a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion server/settings/publish_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,14 @@ class PublishPluginsModel(BaseSettingsModel):
"group": "",
"priority": 50,
"job_delay": "",
"overrides": [],
"overrides": [
"department",
"chunk_size",
"group",
"priority",
"primary_pool",
"secondary_pool"
],
"chunk_size": 10,
"department": "",
"host_names": [
Expand Down

0 comments on commit 55189a4

Please sign in to comment.