Increased signup interval.
This commit is contained in:
parent
d50aae66ff
commit
90ddc2a873
|
|
@ -59,7 +59,7 @@ class GitHubAPI {
|
|||
// this is also just a mock
|
||||
let signupResult = SignupState.SignedUp(signedUp: arc4random() % 5 == 0 ? false : true)
|
||||
return concat([returnElement(signupResult), never()])
|
||||
>- throttle(2000, MainScheduler.sharedInstance)
|
||||
>- throttle(5000, MainScheduler.sharedInstance)
|
||||
>- prefixWith(SignupState.SigningUp)
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue