Skip to content

Commit

Permalink
ENGCOM-7716: #28802: Fix typo retires => retries #28816
Browse files Browse the repository at this point in the history
 - Merge Pull Request #28816 from medigeek/magento2:patch-1
 - Merged commits:
   1. 2dfa221
  • Loading branch information
magento-engcom-team committed Aug 21, 2020
2 parents 8b7d949 + 2dfa221 commit 4a10d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Session implements ConfigOptionsListInterface
const INPUT_KEY_SESSION_REDIS_SENTINEL_SERVERS = 'session-save-redis-sentinel-servers';
const INPUT_KEY_SESSION_REDIS_SENTINEL_MASTER = 'session-save-redis-sentinel-master';
const INPUT_KEY_SESSION_REDIS_SENTINEL_VERIFY_MASTER = 'session-save-redis-sentinel-verify-master';
const INPUT_KEY_SESSION_REDIS_SENTINEL_CONNECT_RETRIES = 'session-save-redis-sentinel-connect-retires';
const INPUT_KEY_SESSION_REDIS_SENTINEL_CONNECT_RETRIES = 'session-save-redis-sentinel-connect-retries';

const CONFIG_PATH_SESSION_REDIS = 'session/redis';
const CONFIG_PATH_SESSION_REDIS_HOST = 'session/redis/host';
Expand Down

0 comments on commit 4a10d54

Please sign in to comment.