Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
connectTimeoutMSオプションの単位がマイクロ秒なのかミリ秒なのか、明確な定義が見つかりませんか? 何か案は?
connectTimeoutMS
乾杯。
単位はミリ秒です。PHP拡張機能のソースコードを調べると、次のことがわかりました。
mcon/types.h行 203
int connectTimeoutMS; /* ノードへの接続時に待機するミリ秒数 */