Skip to content

Commit

Permalink
Merge pull request #299 from Sanketika-Obsrv/Env-fixes
Browse files Browse the repository at this point in the history
#OBS-I435: updated defaults
  • Loading branch information
ravismula authored Dec 30, 2024
2 parents 0a8100d + f287077 commit 022d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-service/src/configs/DatasetConfigDefault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const defaultDatasetConfig = {
}
},
"dedup_config": {
"drop_duplicates": true,
"drop_duplicates": false,
"dedup_key": "id",
"dedup_period": 604800, // 7 days
},
Expand Down

0 comments on commit 022d011

Please sign in to comment.