since management commands may do expensive things like deleting indices or creating indices
it would be convenient to optionally pass in a --timeout value to override the default timeout
in our django application setup, the default timeout value is optimized for query + indexing items, not for index creation or deletion
since management commands may do expensive things like deleting indices or creating indices it would be convenient to optionally pass in a
--timeout
value to override the defaulttimeout
in our django application setup, the default
timeout
value is optimized for query + indexing items, not for index creation or deletion