Closed diwu1989 closed 8 years ago
What's the point of adding the flag to optparse without actually using that flag?
It writes it into options.timeout, which is then passed down into all sub commands called and is used there.
Yes, you're right! Sorry, I had forgotten how the subcommand was called and didn't check (mostly because I was just waking up).
clear index command can have the
timeout
override too, rebuild index command will inherit this option too because it uses the same options as clear index