Limits the number of sequential write operations scheduled by the library when flushing dirty pages from the cache.
                 The syntax of this parameter in the DB_CONFIG file is
                 a single line with the string set_mp_max_write, 
                 one or more whitespace characters, and
				the maximum number of sequential writes and the number of microseconds to sleep, also
				separated by whitespace characters.
            
For more information, see DbEnv::set_mp_max_write().