mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1298: Declare default request size limit constant as static.
This commit is contained in:
@@ -55,7 +55,7 @@ public class RequestSizeFilter implements ContainerRequestFilter {
|
||||
* The default maximum number of bytes to accept within the entity body of
|
||||
* any particular REST request.
|
||||
*/
|
||||
private final long DEFAULT_MAX_REQUEST_SIZE = 2097152;
|
||||
private static final long DEFAULT_MAX_REQUEST_SIZE = 2097152;
|
||||
|
||||
/**
|
||||
* The maximum number of bytes to accept within the entity body of any
|
||||
|
Reference in New Issue
Block a user