Return the timeout duration of waiting for spill buffer.
| 242 | |
| 243 | /// Return the timeout duration of waiting for spill buffer. |
| 244 | int64_t GetSpillBufferWaitTimeout() const { |
| 245 | return tmp_dirs_remote_ctrl_.wait_for_spill_buffer_timeout_us_; |
| 246 | } |
| 247 | |
| 248 | /// Return if return the remote temporary file to the pool by LIFO. |
| 249 | /// If false is returned, it is set by FIFO. |