/** * * Scanner::commit_interval= * * Set the number of files to be served between database transactions. * * * p1 (transactions) The number of files between commits * * * return The new number of files to be served between database transactions * */ static VALUE scanner_set_commit_interval(VALUE self, VALUE transactions) {