|
@@ -207,7 +207,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher |
|
@@ -207,7 +207,7 @@ public class UnionServiceImpl implements IUnionService,ApplicationEventPublisher |
207
|
clickUnion.info("clickUnion set redis with key={}, value={}", key, JSON.toJSONString(request));
|
207
|
clickUnion.info("clickUnion set redis with key={}, value={}", key, JSON.toJSONString(request));
|
208
|
yhValueOperations.set(key, JSON.toJSONString(request));
|
208
|
yhValueOperations.set(key, JSON.toJSONString(request));
|
209
|
String invalidTime = "activeTime"+"_"+request.getUnion_type();
|
209
|
String invalidTime = "activeTime"+"_"+request.getUnion_type();
|
210
|
- DynamicIntProperty activeTime = DynamicPropertyFactory.getInstance().getIntProperty(invalidTime, 3);
|
210
|
+ DynamicIntProperty activeTime = DynamicPropertyFactory.getInstance().getIntProperty(invalidTime, 48);
|
211
|
yHRedisTemplate.longExpire(key, activeTime.get(), TimeUnit.HOURS);
|
211
|
yHRedisTemplate.longExpire(key, activeTime.get(), TimeUnit.HOURS);
|
212
|
|
212
|
|
213
|
|
213
|
|