|
@@ -108,7 +108,7 @@ public class NotificationControllerV2 implements ReleaseMessageListener {
|
|
|
throw new BadRequestException("Invalid format of notifications: " + notificationsAsString);
|
|
|
}
|
|
|
|
|
|
- DeferredResultWrapper deferredResultWrapper = new DeferredResultWrapper(bizConfig.longPollingTimeout());
|
|
|
+ DeferredResultWrapper deferredResultWrapper = new DeferredResultWrapper(bizConfig.longPollingTimeoutInMilli());
|
|
|
Set<String> namespaces = Sets.newHashSet();
|
|
|
Map<String, Long> clientSideNotifications = Maps.newHashMap();
|
|
|
Map<String, ApolloConfigNotification> filteredNotifications = filterNotifications(appId, notifications);
|