mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Merge pull request #6557 from alvasw/export_json_files_service_shutdown_executor
ExportJsonFilesService: Shutdown Executor
This commit is contained in:
commit
e6f2703738
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ public class ExportJsonFilesService implements DaoSetupService {
|
||||||
txOutputFileManager.shutDown();
|
txOutputFileManager.shutDown();
|
||||||
bsqStateFileManager.shutDown();
|
bsqStateFileManager.shutDown();
|
||||||
}
|
}
|
||||||
|
executor.shutdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void maybeExportToJson() {
|
public void maybeExportToJson() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue