commit 522cbb2ed0d2cad6d91a16dd4aa3dbb6b0a64e15
parent c06a816bab9283209e6ac2f25113a9d66294fcfd
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 26 Jan 2019 22:05:18 -0500
Bump maximum history length.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/greenclip.cfg b/.config/greenclip.cfg
@@ -1,5 +1,5 @@
Config {
- maxHistoryLength = 15,
+ maxHistoryLength = 50,
historyPath = "~/.cache/greenclip.history",
staticHistoryPath = "~/.cache/greenclip.staticHistory",
imageCachePath = "/tmp/",