Merge "Fix inconsistent default value type"
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -322,7 +322,7 @@ ShareGroup = [
help="Time to wait for share backup before "
"timing out (seconds)."),
cfg.IntOpt("share_server_migration_timeout",
default="1500",
default=1500,
help="Time to wait for share server migration before "
"timing out (seconds)."),
cfg.StrOpt("default_share_type_name",
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.