Skip to content

Commit

Permalink
Merge pull request #1018 from NASA-IMPACT/1017-remove-force-reindexin…
Browse files Browse the repository at this point in the history
…g-from-templates

remove force reindexing from templates
  • Loading branch information
CarsonDavis authored Sep 9, 2024
2 parents a6b7044 + a4fb158 commit d00e813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_generation/xmls/job_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<JobType>collection</JobType>
<Description></Description>
<IdentityOverride></IdentityOverride>
<CollectionOverride>_ForceReindexation</CollectionOverride>
<CollectionOverride></CollectionOverride>
<Trigger>
<Enabled>false</Enabled>
<TriggerType></TriggerType>
Expand Down
2 changes: 1 addition & 1 deletion config_generation/xmls/plugin_indexing_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<domain></domain>
<Revision>1</Revision>
<visibility></visibility>
<ForceReindexation>true</ForceReindexation>
<ForceReindexation>false</ForceReindexation>
<Plugin>SMD_Plugins/Sinequa.Plugin.WebCrawler_Index_URLList</Plugin>
<WorkerCount>6</WorkerCount>
<MaxWorkerPerHost></MaxWorkerPerHost>
Expand Down

0 comments on commit d00e813

Please sign in to comment.