Leon Ding

Results 13 issues of Leon Ding

## Description A function with high cyclomatic complexity can be hard to understand and maintain. Cyclomatic complexity is a software metric that measures the number of independent paths through a...

添加内存大小限制配置,在运行过程中检测内存占用情况,因为索引全部存储在内存中,会受到物理计算机内存大小的限制,预留一些内存空间供读写内存占用所使用。

添加一个 `loop_interval` 配置项,使其可以配置 [`expireLoop`](https://github.com/auula/urnadb/blob/eb1b50229681211f2d8721d467038302a6180430/vfs/lfs.go#L712) 函数的周期性定时器值。