Adjust capacity of Parcel 38/319238/1 tizen
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 7650832..343ae9d 100644 (file)
@@ -29,7 +29,7 @@
 namespace tizen_base {
 namespace {
 
-constexpr const size_t kDataCapacity = 1024;
+constexpr const size_t kDataCapacity = 8;
 
 }  // namespace