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

@@ -65,7 +65,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.5.1'
VERSION = '22.5.2'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'