|
|
|
@ -43,11 +43,10 @@ public class OpenAiConfigProperties {
@@ -43,11 +43,10 @@ public class OpenAiConfigProperties {
|
|
|
|
|
private Double speed = 1.0; |
|
|
|
|
|
|
|
|
|
/** Limit Duration time unit seconds default 1 day */ |
|
|
|
|
//private int duration = 24 * 60 * 60;
|
|
|
|
|
private int duration = 60; |
|
|
|
|
private int duration = 24 * 60 * 60; |
|
|
|
|
|
|
|
|
|
/** Maximum number of visits in a specified time unit seconds */ |
|
|
|
|
private int nonMaxCount = 1; |
|
|
|
|
private int nonMaxCount = 10; |
|
|
|
|
|
|
|
|
|
/** Maximum number of visits in a specified time unit seconds */ |
|
|
|
|
private int basicMaxCount = 50; |
|
|
|
|