Slow down accounts creation to make it more stable
Account creation at CI was failing from time to time. Reasons of fail were:
- "Unable to acquire database lock" error
- Exceeded size of transactions
- Transactions expiration
Reduction of operations number in transaction solves problem with (2). Reduced server work load (by both changes) mitigates problems with (1) and solves (3).