mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Reduce app store processing wait interval in line with faster processing time
This commit is contained in:
parent
d96f684077
commit
549cec80d6
@ -97,7 +97,7 @@ platform :ios do
|
||||
changelog.gsub!('$BUILD_ID', options[:build])
|
||||
|
||||
pilot(
|
||||
wait_processing_interval: 1800,
|
||||
wait_processing_interval: 900,
|
||||
changelog: changelog,
|
||||
groups: ['osu! supporters', 'public'],
|
||||
distribute_external: true,
|
||||
|
Loading…
Reference in New Issue
Block a user