Increase linecounts to check #1618
This commit is contained in:
parent
be006f08a6
commit
e2ff418c89
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class AutoRenameController {
|
||||||
private static final Logger logger = LoggerFactory.getLogger(AutoRenameController.class);
|
private static final Logger logger = LoggerFactory.getLogger(AutoRenameController.class);
|
||||||
|
|
||||||
private static final float TITLE_FONT_SIZE_THRESHOLD = 20.0f;
|
private static final float TITLE_FONT_SIZE_THRESHOLD = 20.0f;
|
||||||
private static final int LINE_LIMIT = 11;
|
private static final int LINE_LIMIT = 200;
|
||||||
|
|
||||||
@PostMapping(consumes = "multipart/form-data", value = "/auto-rename")
|
@PostMapping(consumes = "multipart/form-data", value = "/auto-rename")
|
||||||
@Operation(
|
@Operation(
|
||||||
|
|
Loading…
Reference in a new issue