Fix std::stoi exception
[?]
Mar 8, 2017, 2:07 PM
HK2F7SKQJNQWMQM3WMEX5IQ2JW4UKMDSEQCZMJQE3QTNO7KLZFHACDependencies
- [2]
NSBNNM77Add hydra.conf option "nar_buffer_size" to configure memoryTokens limit - [3]
BG6PEOB2Make the output size limit configurable - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 55
return i == options.end() ? def : std::stoi(i->second);return i == options.end() ? def : std::stoll(i->second);