Skip to content

Commit

Permalink
Merge a23d7d6 into 86c6aad
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 10, 2020
2 parents 86c6aad + a23d7d6 commit b717e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/hooks/sdtdLogs/LoggingObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ class LoggingObject extends EventEmitter {
},
{
timeout: 10000,
removeOnComplete: true
removeOnComplete: true,
removeOnFail: true,
attempts: 1
}
);
};
Expand Down

0 comments on commit b717e0c

Please sign in to comment.