Skip to content

Commit da6ee35

Browse files
authored
PR review: Update 'timeout' to 'time-out' in documentation
Acrolinx fix for narrative text only.
1 parent 3b80af6 commit da6ee35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-netapp-files/azacsnap-configure-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ global.ini,SYSTEM,,,persistence,basepath_logbackup,/hana/logbackups/H80
784784
global.ini,SYSTEM,,,persistence,basepath_logvolumes,/hana/log/H80
785785
```
786786
787-
### Configure the log backup timeout
787+
### Configure the log backup time-out
788788
789789
The default setting for SAP HANA to perform a log backup is `900` seconds (15 minutes). We recommend that you reduce this value to `300` seconds (5 minutes). Then it's possible to run regular backups of these files (for example, every 10 minutes). You can take these backups by adding the `log_backup` volumes to the `OTHER` volume section of the
790790
configuration file.
@@ -793,9 +793,9 @@ configuration file.
793793
hdbsql -jaxC -n <HANA_ip_address>:30013 -i 00 -u SYSTEM -p <SYSTEM_USER_PASSWORD> "ALTER SYSTEM ALTER CONFIGURATION ('global.ini', 'SYSTEM') SET ('persistence', 'log_backup_timeout_s') = '300' WITH RECONFIGURE"
794794
```
795795
796-
### Check the log backup timeout
796+
### Check the log backup time-out
797797
798-
After you make the change to the log backup timeout, ensure that the timeout is set by using the following command.
798+
After you make the change to the log backup time-out, ensure that the time-out is set by using the following command.
799799
800800
In this example, the settings are displayed as `SYSTEM` settings. This query also returns the `DEFAULT` settings for comparison.
801801

0 commit comments

Comments
 (0)