increased the MAX_RETRY
This commit is contained in:
parent
8095db9d7e
commit
1ef815eddc
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -8,28 +8,28 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
||||||
[#21890] Porting to ConcessioniManagerI and pass to mongoID
|
- [#21890] Porting to ConcessioniManagerI and pass to mongoID
|
||||||
[#20595] Porting and using the model view provided by geoportal-common
|
- [#20595] Porting and using the model view provided by geoportal-common
|
||||||
[#21946] Show layers of a concessione automatically on map according to zoom level
|
- [#21946] Show layers of a concessione automatically on map according to zoom level
|
||||||
[#21976] Access policies checked on server-side
|
- [#21976] Access policies checked on server-side
|
||||||
[#22042] Implemented the public access
|
- [#22042] Implemented the public access
|
||||||
[#22040] Revisited the "Abstract and Relazione di Scavo"
|
- [#22040] Revisited the "Abstract and Relazione di Scavo"
|
||||||
[#22041] Files have been ported to FileSet model
|
- [#22041] Files have been ported to FileSet model
|
||||||
|
|
||||||
## [v1.2.0-SNAPSHOT] - 2021-07-19
|
## [v1.2.0-SNAPSHOT] - 2021-07-19
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
||||||
[#21847] Integrated with an Image and LighBox gallery for images
|
- [#21847] Integrated with an Image and LighBox gallery for images
|
||||||
Moved to maven-portal-bom 3.6.3
|
- Moved to maven-portal-bom 3.6.3
|
||||||
|
|
||||||
|
|
||||||
## [v1.1.0] - 2020-12-21
|
## [v1.1.0] - 2020-12-21
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
||||||
[#20357] Improvements feedback-driven
|
- [#20357] Improvements feedback-driven
|
||||||
|
|
||||||
## [v1.0.0] - 2020-12-09
|
## [v1.0.0] - 2020-12-09
|
||||||
|
|
||||||
[#20004] First release
|
- [#20004] First release
|
||||||
|
|
|
@ -277,7 +277,7 @@ public class GeoportalDataViewer implements EntryPoint {
|
||||||
|
|
||||||
if (paramGeonaItemID != null) {
|
if (paramGeonaItemID != null) {
|
||||||
// waiting for record retrieved by service before calling the WFS
|
// waiting for record retrieved by service before calling the WFS
|
||||||
final int MAX_RETRY = 7;
|
final int MAX_RETRY = 15;
|
||||||
Timer timer = new com.google.gwt.user.client.Timer() {
|
Timer timer = new com.google.gwt.user.client.Timer() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Reference in New Issue