第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

mongo-go-driver 的 clientOptions 默認(rèn)值是多少?

mongo-go-driver 的 clientOptions 默認(rèn)值是多少?

Go
白衣非少年 2023-07-17 17:58:17
我試圖搜索 mongo-go-driver 的 clientOptions 的默認(rèn)值。我正在嘗試通過(guò)以下方式啟動(dòng)新客戶:        opts := options.ClientOptions{}    opts.ApplyURI(connectionURI)    sharedConnection, err = mongo.NewClient(&opts)我想知道 ConnectTimeout、MaxPoolSize、MaxConnIdleTime 等少數(shù) clientOptions 的默認(rèn)值是什么。   type ClientOptions struct {    ConnectTimeout         *time.Duration    Compressors            []string    Dialer                 ContextDialer    HeartbeatInterval      *time.Duration    LocalThreshold         *time.Duration    MaxConnIdleTime        *time.Duration    MaxPoolSize            *uint16    Monitor                *event.CommandMonitor    ReadConcern            *readconcern.ReadConcern    ReadPreference         *readpref.ReadPref    Registry               *bsoncodec.Registry    RetryWrites            *bool    ServerSelectionTimeout *time.Duration    Direct                 *bool    SocketTimeout          *time.Duration    TLSConfig              *tls.Config    WriteConcern           *writeconcern.WriteConcern    ZlibLevel              *int   }
查看完整描述

2 回答

?
慕標(biāo)5832272

TA貢獻(xiàn)1966條經(jīng)驗(yàn) 獲得超4個(gè)贊

以下默認(rèn)基于mongo-go-driverv1.1.x 和 MongoDB 服務(wù)器 v4.2。

ConnectTimeout? ? ? ? ?30 * time.Second

Compressors? ? ? ? ? ? nil (compression will not be used)

Dialer? ? ? ? ? ? ? ? ?net.Dialer with a 300 second keepalive time

HeartbeatInterval? ? ? 10 * time.Second

LocalThreshold? ? ? ? ?15 * time.Millisecond

MaxConnIdleTime? ? ? ? nil (no limit)

MaxPoolSize? ? ? ? ? ? 100

Monitor? ? ? ? ? ? ? ? nil

ReadConcern? ? ? ? ? ? nil (server default `local`)

ReadPreference? ? ? ? ?readpref.Primary()

Registry? ? ? ? ? ? ? ?bson.DefaultRegistry

RetryWrites? ? ? ? ? ? true

ServerSelectionTimeout 30 * time.Second

Direct? ? ? ? ? ? ? ? ?false

SocketTimeout? ? ? ? ? nil (infinite)

TLSConfig? ? ? ? ? ? ? nil

WriteConcern? ? ? ? ? ?nil (server default `w:1`)

ZlibLevel? ? ? ? ? ? ? 6 (if zlib compression enabled)


查看完整回答
反對(duì) 回復(fù) 2023-07-17
?
慕姐4208626

TA貢獻(xiàn)1852條經(jīng)驗(yàn) 獲得超7個(gè)贊

如果沒(méi)有流量設(shè)置默認(rèn)值,則它將設(shè)置為零值。零值是當(dāng)一個(gè)變量被聲明并且沒(méi)有顯式初始化時(shí),它將被分配一個(gè)帶有默認(rèn)值的存儲(chǔ)空間

  1. ConnectTimeout --> time.Duration,數(shù)據(jù)類型默認(rèn)值 = 0s b.

  2. MaxPoolSize --> uint16,數(shù)據(jù)類型默認(rèn)值 = 0

  3. MaxConnIdleTime --> time.Duration,數(shù)據(jù)類型默認(rèn)值 = 0s

其他 :

  1. bool --> 默認(rèn)值為 false

  2. 字符串 --> 默認(rèn)值為“”

  3. int ---> 默認(rèn)值為 0


查看完整回答
反對(duì) 回復(fù) 2023-07-17
  • 2 回答
  • 0 關(guān)注
  • 227 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)