diff options
-rw-r--r-- | clean/clean.cxx | 2 | ||||
-rw-r--r-- | monitor/monitor.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clean/clean.cxx b/clean/clean.cxx index 59084d3..55fb59b 100644 --- a/clean/clean.cxx +++ b/clean/clean.cxx @@ -285,7 +285,7 @@ namespace brep bld_query::id.toolchain_name + order_by_version (bld_query::id.toolchain_version, false /* first */) + - "OFFSET" + bld_query::_ref (offset) + "LIMIT 100"); + "OFFSET" + bld_query::_ref (offset) + "LIMIT 2000"); connection_ptr conn (db.connection ()); diff --git a/monitor/monitor.cxx b/monitor/monitor.cxx index 126650c..6d6bb99 100644 --- a/monitor/monitor.cxx +++ b/monitor/monitor.cxx @@ -538,7 +538,7 @@ namespace brep query::id.toolchain_name + order_by_version (query::id.toolchain_version, false /* first */) + - "OFFSET" + query::_ref (offset) + "LIMIT 100"); + "OFFSET" + query::_ref (offset) + "LIMIT 2000"); connection_ptr conn (db.connection ()); |