irgaly / kottage

Kotlin Multiplatform Key-Value Store Local Cache Storage for Single Source of Truth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor: chunkSize を変更できるようにする

irgaly opened this issue · comments

Database 一括処理が必要なとき、今は limi = 100L や chunkSize = 100L としている。
ユニットテストの時などに 1 や 2 に書き換えたくなることがある。

:kottage:core に定数を作成し、それを参照するようにする。