Skip to content
Snippets Groups Projects
Commit c88d51a3 authored by Jay Rainey's avatar Jay Rainey
Browse files

Limit to prevent ALL investigations returned in Python. Refs #9585.

parent e2afd784
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ namespace Mantid
// These are needed for paging on the interface, and to minimise the amount of results returned by the query.
declareProperty("CountOnly",false,"Boolean option to perform COUNT search only.");
declareProperty<int>("Limit", 0, "");
declareProperty<int>("Limit", 100, "");
declareProperty<int>("Offset",0, "");
declareProperty("Session","","The session information of the catalog to use.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment