We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d841080 commit 31130eaCopy full SHA for 31130ea
lib/attachments/gridstore-storage.js
@@ -232,7 +232,7 @@ class GridstoreStorage {
232
}
233
234
// Try to get a lock
235
- // Using locks is required to prevent multiple messages storing the same large attachment at
+ // Using locks is required to prevent multiple messages storing the same attachment at
236
// the same time.
237
// NB! Setting lock ttl too high has a downside that restarting the process would still keep
238
// the lock and thus anyone trying to store the message would have to wait
0 commit comments