Wait_for_active_shards parameter

Documentation says this param should have only positive integer values, but request doesn't fail when I send 0 as a value. Does it mean that it will not wait even for primary shard or the param will be ignored?

Hey,

setting this to 0 means no waiting.

--Alex

Thank you, Alex