mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 05:29:59 +08:00
Reduce app store processing wait interval in line with faster processing time
This commit is contained in:
committed by
GitHub
Unverified
parent
d96f684077
commit
549cec80d6
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user