8000 Releases · capossele/badger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: capossele/badger

v1.5.6

10 Apr 17:47
Compare
Choose a tag to compare
first commit

v1.5.5

10 Apr 17:42
Compare
Choose a tag to compare
Expose Sync method in DB

Currently syncing of DB data to disk is controlled by
syncWrites flag present in options. If syncWrites is true
value log file will be synced to disk for every write. If
this flag is false, value log file will be synced only at
file rotation. Sync method provides ability to sync data
whenever required.
0