Skip to content

Commit

Permalink
Fix GH-2780 to remove short alias for ProjectionInput ShardTimeoutFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind authored and oskardudycz committed Nov 23, 2023
1 parent 1439a3e commit d682b61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public ProjectionInput()
public string TenantFlag { get; set; }

[Description("If specified, use this shard timeout value for daemon")]
[FlagAlias("shard-timeout", 't')]
[FlagAlias("shard-timeout", longAliasOnly: true)]
public string ShardTimeoutFlag { get; set; }

internal IList<AsyncProjectionShard> BuildShards(DocumentStore store)
Expand Down

0 comments on commit d682b61

Please sign in to comment.