Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa2b40f

Browse files
committedSep 12, 2024·
use bullets over numbers since the list items are not procedural steps
1 parent b8c677c commit fa2b40f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎source/content/local-dns-cache.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Before implementing these solutions, ensure you have:
3838
- Git installed and configured for your Pantheon sites
3939

4040
### Best Practices
41-
1. Implement these scripts in your local development environment to catch issues early
42-
2. Use Option 2 to minimize unnecessary cache flushes
43-
3. Regularly update your local Git configurations to match Pantheon's latest recommendations
41+
* Implement these scripts in your local development environment to catch issues early
42+
* Use Option 2 to minimize unnecessary cache flushes
43+
* Regularly update your local Git configurations to match Pantheon's latest recommendations
4444

4545

4646
## Option 1: Eliminate Local DNS Caching
@@ -105,11 +105,11 @@ GITHUB-EMBED https://github.com/pantheon-systems/documentation/blob/main/source/
105105

106106
#### Detailed Function Explanations
107107

108-
1. `flush_dns_cache()`: This function detects the operating system and executes the appropriate DNS cache flushing command.
108+
* `flush_dns_cache()`: This function detects the operating system and executes the appropriate DNS cache flushing command.
109109

110-
2. `check_dns_cache()`: This function compares the cached IP with the actual IP of the Git host. If they differ, it triggers a DNS cache flush.
110+
* `check_dns_cache()`: This function compares the cached IP with the actual IP of the Git host. If they differ, it triggers a DNS cache flush.
111111

112-
3. `push_code()`: This function encapsulates Git clone and push operations with retry logic, calling `check_dns_cache()` on failures.
112+
* `push_code()`: This function encapsulates Git clone and push operations with retry logic, calling `check_dns_cache()` on failures.
113113

114114
#### Large Portfolios
115115
For large site portfolios:

0 commit comments

Comments
 (0)
Please sign in to comment.