Skip to content

Commit

Permalink
Meow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stop-Signs committed Dec 8, 2024
1 parent 868297b commit 28f5a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public sealed partial class ReverseEngineeringMachineComponent : Component
/// How long to wait between analysis rolls.
/// </summary>
[DataField]
public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(30);
public TimeSpan AnalysisDuration = TimeSpan.FromSeconds(5);

/// <summary>
/// Last result to show in the ui
Expand Down

0 comments on commit 28f5a4c

Please sign in to comment.