mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1373: Limit history search result to 1000 records.
This commit is contained in:
committed by
James Muehlner
parent
77804b2a9d
commit
feaf4007f6
@@ -61,7 +61,7 @@ public class HistoryRESTService {
|
||||
/**
|
||||
* The maximum number of history records to return in any one response.
|
||||
*/
|
||||
private static final int MAXIMUM_HISTORY_SIZE = 10000;
|
||||
private static final int MAXIMUM_HISTORY_SIZE = 1000;
|
||||
|
||||
/**
|
||||
* A service for authenticating users from auth tokens.
|
||||
|
Reference in New Issue
Block a user