Increased signup interval.

This commit is contained in:
Krunoslav Zaher 2015-05-01 12:34:15 +02:00
parent d50aae66ff
commit 90ddc2a873
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}