diff options
author | Ziv Scully <ziv@mit.edu> | 2015-11-20 03:26:21 -0500 |
---|---|---|
committer | Ziv Scully <ziv@mit.edu> | 2015-11-20 03:26:21 -0500 |
commit | a0d66adaeceaa07e4006a0570211f7453a5b5738 (patch) | |
tree | 581b53bb4d82cac2212320264ce1dc0de8d8f263 /src/settings.sml | |
parent | ff19a9c86b380918f50e294848be06f29b2ba1dd (diff) |
Tweak cache consolidation and choose better default.
Diffstat (limited to 'src/settings.sml')
-rw-r--r-- | src/settings.sml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/settings.sml b/src/settings.sml index 073e7883..f9125c64 100644 --- a/src/settings.sml +++ b/src/settings.sml @@ -811,10 +811,6 @@ val sqlcache = ref false fun setSqlcache b = sqlcache := b fun getSqlcache () = !sqlcache -val sqlcacheHeuristic = ref "always" -fun setSqlcacheHeuristic h = sqlcacheHeuristic := h -fun getSqlcacheHeuristic () = !sqlcacheHeuristic - structure SM = BinaryMapFn(struct type ord_key = string val compare = String.compare |