Skip to content

Commit

Permalink
Reduce cooldown time of dump
Browse files Browse the repository at this point in the history
  • Loading branch information
d4n3436 committed Mar 5, 2022
1 parent 7f55c3e commit bc0af4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/AIDungeon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ public async Task<RuntimeResult> Delete([Summary("deleteParam1")] uint adventure
return FergunResult.FromSuccess();
}

[Command("dump", RunMode = RunMode.Async), Ratelimit(1, 2, Measure.Minutes)]
[Command("dump", RunMode = RunMode.Async), Ratelimit(3, 1, Measure.Minutes)]
[Summary("dumpSummary")]
[Alias("export")]
[Example("2582734")]
Expand Down

0 comments on commit bc0af4d

Please sign in to comment.