mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Provide a sensible dumpDirectory for the local-reverse-geocoder module (#759)
Fixes #758
This commit is contained in:
@@ -109,6 +109,7 @@ export class MetadataExtractionProcessor {
|
|||||||
alternateNames: false,
|
alternateNames: false,
|
||||||
},
|
},
|
||||||
countries: [],
|
countries: [],
|
||||||
|
dumpDirectory: configService.get('REVERSE_GEOCODING_DUMP_DIRECTORY') || (process.cwd() + '/.reverse-geocoding-dump/'),
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.isGeocodeInitialized = true;
|
this.isGeocodeInitialized = true;
|
||||||
Logger.log('Reverse Geocoding Initialised');
|
Logger.log('Reverse Geocoding Initialised');
|
||||||
|
|||||||
Reference in New Issue
Block a user