Adjust capacity of Parcel 38/319238/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Oct 2024 06:21:41 +0000 (15:21 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Oct 2024 06:21:41 +0000 (15:21 +0900)
The size is changed to 8 bytes.

Change-Id: Ib9967a5877eff707c1a4218dfb3d4caa4daf8eb6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/parcel/parcel.cc

index 76508329df6df36e7cc92209fe96c744d5814656..343ae9db5c0e3f20499b2168df09e006bd1c2b7c 100644 (file)
@@ -29,7 +29,7 @@
 namespace tizen_base {
 namespace {
 
-constexpr const size_t kDataCapacity = 1024;
+constexpr const size_t kDataCapacity = 8;
 
 }  // namespace