@egovernments/digit-ui-module-core 1.5.4-alpha.7 → 1.5.4-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8627,6 +8627,7 @@ var DigitUI = function DigitUI(_ref2) {
8627
8627
  queries: {
8628
8628
  staleTime: 15 * 60 * 1000,
8629
8629
  cacheTime: 50 * 60 * 1000,
8630
+ retry: false,
8630
8631
  retryDelay: function retryDelay(attemptIndex) {
8631
8632
  return Infinity;
8632
8633
  }