Revert "Change launch mode to previous operation" 23/306223/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 19 Feb 2024 04:31:19 +0000 (13:31 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 19 Feb 2024 04:31:23 +0000 (13:31 +0900)
This reverts commit bc550e7e7c90b6f17b06de7815e0cd2e99662d08.

Change-Id: Ic54458ee7d0288a46f3a8c58b81d86f0fa7e1a2c

src/launchpad-process-pool/conf/launchpad.conf.in
src/launchpad-process-pool/config.hh

index 139d35f..e05b7ba 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=Previous_Operation
+Mode=Default_Operation
index f02f6fd..0daf5b2 100644 (file)
@@ -106,7 +106,7 @@ class Config {
     const Mode GetMode() const;
 
    private:
-    Mode mode_ = Mode::PreviousOperation;
+    Mode mode_ = Mode::DefaultOperation;
   };
 
   Config(const Config&) = delete;