Project

General

Profile

« Previous | Next » 

Revision 49870

Added check for allowed number of returned results in cursor search

View differences:

SearchRequestController.java
238 238
		}
239 239

  
240 240
        time = System.currentTimeMillis() - time;
241
        System.out.println("Answer old time " + time);
241
        logger.debug("Answer old time " + time);
242 242
	}
243 243

  
244 244
	@RequestMapping(value = "/api/datasets", method = RequestMethod.GET)

Also available in: Unified diff