We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937daa4 commit d4e524cCopy full SHA for d4e524c
core/src/dataio.cxx
@@ -121,7 +121,7 @@ connect_remote(const std::string &path, float timeout)
121
122
class RemoteInputStreamBuffer : public std::streambuf {
123
public:
124
- RemoteInputStreamBuffer(const std::string &path, int timeout, size_t size)
+ RemoteInputStreamBuffer(const std::string &path, float timeout, size_t size)
125
: buffer_(size), bytes_(0) {
126
fd_ = connect_remote(path, timeout);
127
setg(buffer_.data(), buffer_.data(), buffer_.data());
0 commit comments