Change launch mode to previous operation 16/301016/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 7 Nov 2023 06:19:04 +0000 (15:19 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 7 Nov 2023 06:19:04 +0000 (15:19 +0900)
This patch changes the launch mode of loader management to
the previous operation.

Change-Id: I426a16dc1c2f58eb46132d8a789c73a6199aaa9a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/conf/launchpad.conf.in
src/launchpad-process-pool/config.hh

index e05b7ba..139d35f 100644 (file)
@@ -36,4 +36,4 @@ NumberOfLoaderProcesses=1
 ## - When the loader process is executed, the launchpad sets the low scheduling priority to the running process.
 ## - And then, the launchpad sets the normal priority to the running process if the launch request is delivered.
 [LaunchMode]
-Mode=Default_Operation
+Mode=Previous_Operation
index 0daf5b2..f02f6fd 100644 (file)
@@ -106,7 +106,7 @@ class Config {
     const Mode GetMode() const;
 
    private:
-    Mode mode_ = Mode::DefaultOperation;
+    Mode mode_ = Mode::PreviousOperation;
   };
 
   Config(const Config&) = delete;