Skip to content

Commit

Permalink
chore: update sample comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Feb 9, 2023
1 parent be60eab commit 494a477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples~/my-unity-crasher/Scripts/BugSplatSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void Start()
var now = DateTime.Now;

// Set to a short TimeSpan for demonstration purposes
// In production BugSplat recommends 60 seconds between posts
// In production BugSplat recommends 10 seconds between posts
if (now - lastPost < TimeSpan.FromSeconds(3))
{
Debug.LogWarning("ShouldPostException returns false in BugSplatSettings. Skipping BugSplat report...");
Expand Down

0 comments on commit 494a477

Please sign in to comment.