1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Create temporary file on the same device as data.

One idea for why the database is occasionally purged is due to the
temporary file being on a separate device than the database. This
patch implements @lilydjwg's suggestion here:

    https://github.com/wting/autojump/issues/391#issuecomment-419349650
This commit is contained in:
William Ting
2018-09-07 14:28:09 -07:00
parent 8eace445a7
commit bc4ea61546
4 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.TH "autojump" "1" "2018\-09\-06" "release\-v22.5.1" ""
.TH "autojump" "1" "2018\-09\-07" "release\-v22.5.2" ""
.hy
.SS NAME
.PP

View File

@@ -1,3 +1,3 @@
% autojump(1) release-v22.5.1
% autojump(1) release-v22.5.2
%
% 2018-09-06
% 2018-09-07