We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There're different values from EJB timers refresh interval. Should all be set to usual default 30000 (30s)
rhpam-config/7.13.4/dbs/servers/postgresql.yaml 54: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 55- value: "30000" rhpam-config/7.13.4/dbs/servers/mysql.yaml 54: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 55- value: "60000" rhpam-config/7.13.4/dbs/servers/external.yaml 63: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 64- value: "10000" rhpam-config/7.13.5/dbs/servers/postgresql.yaml 54: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 55- value: "30000" rhpam-config/7.13.5/dbs/servers/mysql.yaml 54: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 55- value: "60000" rhpam-config/7.13.5/dbs/servers/external.yaml 63: - name: TIMER_SERVICE_DATA_STORE_REFRESH_INTERVAL 64- value: "10000"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There're different values from EJB timers refresh interval. Should all be set to usual default 30000 (30s)
The text was updated successfully, but these errors were encountered: