The write-behind-task will run at most 5 tasks/second, but you would
need to actually queue up more than 10000 tasks to exceed the per-day
limit. You can change this to something less than 5/s (maybe 2/s or
3/s?) if you're worried about exceeding this limit. Note that Google
has already indicated that these limits will be increased in the
future.

Vince

On Sat, Oct 24, 2009 at 8:14 PM, Nikolay Gorylenko <n0...@jug.ua> wrote:
>
> another question, gaevfs-related:
>
> file queue.xml contains
>
> <queue-entries>
>    <queue>
>        <name>write-behind-task</name>
>        <rate>5/s</rate>
>    </queue>
> </queue-entries>
>
> if "5/s" means "every 5 seconds", then (60/5) * 60 min per hour * 24
> hour per day = 17280
> "Task Queue API Calls" limited to 10000 per day for free accounts.
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-database@googlegroups.com
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to