syncmode=

gdbm.syncmode = boolean รข boolean
Instance Public methods

Turns the database's synchronization mode on or off. If the synchronization mode is turned on, the database's in-memory state will be synchronized to disk after every database modification operation. If the synchronization mode is turned off, GDBM does not wait for writes to be flushed to the disk before continuing.

This option is only available for gdbm >= 1.8 where syncmode is turned off by default. See also: fastmode=

doc_ruby_on_rails
2015-04-07 18:12:04
Comments
Leave a Comment

Please login to continue.