Reduce db connection while installer backend is running 38/200938/7
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 6 Mar 2019 08:48:16 +0000 (17:48 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 21 Mar 2019 12:00:16 +0000 (21:00 +0900)
commit5c30ad9f49cabedf7baa01dd5b23af22d669c230
treeee142aaafa38821f0f0aca7631ab28b36be1f982
parent50c1aa58e138cc649009e9ba0bfc813d62ad1ad6
Reduce db connection while installer backend is running

- Db connection during installation cause delay
  when some hard scenarios.

Change-Id: Id313d669d029e98d1e3540c808ccaa75b391df50
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
20 files changed:
src/common/external_mount.cc
src/common/external_mount.h
src/common/installer_context.h
src/common/step/configuration/step_check_install_location.cc
src/common/step/configuration/step_configure.cc
src/common/step/configuration/step_configure.h
src/common/step/configuration/step_parse_manifest.cc
src/common/step/configuration/step_parse_preload.cc
src/common/step/filesystem/step_create_globalapp_symlinks.cc
src/common/step/filesystem/step_enable_external_mount.cc
src/common/step/filesystem/step_migrate_legacy_external_image.cc
src/common/step/filesystem/step_move_installed_storage.cc
src/common/step/filesystem/step_optional_acquire_external_storage.cc
src/common/step/filesystem/step_remove_files.cc
src/common/step/filesystem/step_remove_globalapp_symlinks.cc
src/common/step/pkgmgr/step_check_force_clean.cc
src/common/step/pkgmgr/step_check_installable.cc
src/common/step/pkgmgr/step_check_removable.cc
src/common/step/pkgmgr/step_check_upgradable.cc
src/common/step/pkgmgr/step_recover_application.cc