farhan
Results
2
comments of
farhan
In reference to https://github.com/web-push-libs/web-push/issues/491 which is a duplicate of this, I wish to point that the fact that a value of ZERO for TTL in options object not being honoured...
`bulk = Mongo::BulkWrite.new(ModelName.collection, insertdata, ordered: false) bulk.execute` I am using the above query, where insertdata is an array containing data to be written! I am using Mongo::BulkWrite as you can...