Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Jul 23, 2024
1 parent e715cd2 commit d833998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/ceramic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export class Ceramic implements StreamReaderWriter, StreamStateLoader {
* @returns whether or not the model was loaded successfully
*/
async _waitForMetricsModel(model: StreamID): Promise<boolean> {
const maxWaitDuration = 1000 * 15 // 10 seconds
const maxWaitDuration = 1000 * 15 // 15 seconds
const retryInterval = 100
const maxRetries = maxWaitDuration / retryInterval
const delay = async function (ms) {
Expand Down

0 comments on commit d833998

Please sign in to comment.