| 1 | | In [changeset:"c1124c9cdae37271413842bce79a992bf4238cf4" c1124c9c]: |
| 2 | | {{{ |
| 3 | | #!CommitTicketReference repository="" revision="c1124c9cdae37271413842bce79a992bf4238cf4" |
| 4 | | CLOUD: Handle Cloud requests more frequently |
| 5 | | |
| 6 | | ConnectionManager used to poll Cloud requests every second, while curl |
| 7 | | requests were polled every 1/20th of a second. If curl request was over |
| 8 | | at, say, frame #21, corresponding Cloud request would've only work with |
| 9 | | that at frame #40 (950 ms later), which was making everything |
| 10 | | cloud-related slower than it could be. This commit fixes it by making |
| 11 | | Cloud polling period the same as curl polling period, and additionally |
| 12 | | raises FPS to 25. |
| 13 | | }}} |