Reputation: 1628
I am making multiple queries to freebase with the cursor option as described here. How long after making a query can I use the cursor returned? Can I change the limit field of the MQL query and still use the same cursor?
Upvotes: 0
Views: 20
Reputation: 10540
There is no time limit on the cursor, but it is specific to your query, so if you change the query, the cursor will no longer be valid.
Upvotes: 1