mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +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();
|
||||
bsqStateFileManager.shutDown();
|
||||
}
|
||||
executor.shutdown();
|
||||
}
|
||||
|
||||
public void maybeExportToJson() {
|
||||
|
|
Loading…
Add table
Reference in a new issue