Skip to content
New issue

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

Different configuration for refresh-interval depending on database #931

Open
albfan opened this issue Nov 7, 2023 · 0 comments
Open

Different configuration for refresh-interval depending on database #931

albfan opened this issue Nov 7, 2023 · 0 comments

Comments

@albfan
Copy link

albfan commented Nov 7, 2023

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant