芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/mongodb/lib/core/wireprotocol/constants.js
'use strict'; const MIN_SUPPORTED_SERVER_VERSION = '2.6'; const MAX_SUPPORTED_SERVER_VERSION = '4.4'; const MIN_SUPPORTED_WIRE_VERSION = 2; const MAX_SUPPORTED_WIRE_VERSION = 9; module.exports = { MIN_SUPPORTED_SERVER_VERSION, MAX_SUPPORTED_SERVER_VERSION, MIN_SUPPORTED_WIRE_VERSION, MAX_SUPPORTED_WIRE_VERSION };