mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding unicode decode error handling for mongo. Let's hope I don't regret this. Test with Metafilter feed: 1168
This commit is contained in:
parent
8e96ea70d6
commit
fc5751da60
1 changed files with 1 additions and 0 deletions
|
@ -651,6 +651,7 @@ MONGO_DB_DEFAULTS = {
|
|||
'name': 'newsblur',
|
||||
'host': f'db_mongo:{MONGO_PORT}',
|
||||
'alias': 'default',
|
||||
'unicode_decode_error_handler': 'ignore',
|
||||
'connect': False,
|
||||
}
|
||||
MONGO_DB = dict(MONGO_DB_DEFAULTS, **MONGO_DB)
|
||||
|
|
Loading…
Add table
Reference in a new issue