diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-05 19:05:01 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-05 19:05:01 +0530 |
| commit | f682527b2f81376ca462d14bcbaae9e0ce77561d (patch) | |
| tree | 1c174ad15238ed79ab483c218767ccd2e96a6754 /lua | |
| parent | be672286b3fa1056560ad1216331731751a16685 (diff) | |
| download | null-browser-f682527b2f81376ca462d14bcbaae9e0ce77561d.tar.gz null-browser-f682527b2f81376ca462d14bcbaae9e0ce77561d.zip | |
Split luaruntime spec
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/null-browser/extras/history.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/null-browser/extras/history.lua b/lua/null-browser/extras/history.lua index 2ae48d5..fe3f72f 100644 --- a/lua/null-browser/extras/history.lua +++ b/lua/null-browser/extras/history.lua @@ -1,5 +1,5 @@ local history = { - path = './history', + path = '/tmp/.null-browser-history', -- TODO: Use proper path max_entires = 200, } |
