chore: fix typos (#5881)

Signed-off-by: snoppy <michaleli@foxmail.com>
pull/5232/head^2
Snoppy 5 months ago committed by GitHub
parent 3dc08388d9
commit 0e8613daae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/postgresql-dba/content/107-postgresql-infrastructure-skills/106-monitoring/104-check-pgbackrest.md
  2. 2
      src/data/roadmaps/server-side-game-developer/content/114-mutlithreading-2/104-reactive-model/101-determinism.md

@ -2,7 +2,7 @@
## Check pgBackRest
In this section, we'll discuss the importance of monitoring your PostgreSQL backup and recovery solution, specifically focusing on `check pgBackRest`. `pgBackRest` is a widely-used backup tool for PostgreSQL databases, providing features like full, differential, incremental and archive backups, support for multiple repostories and threaded backup/restore processes.
In this section, we'll discuss the importance of monitoring your PostgreSQL backup and recovery solution, specifically focusing on `check pgBackRest`. `pgBackRest` is a widely-used backup tool for PostgreSQL databases, providing features like full, differential, incremental and archive backups, support for multiple repositories and threaded backup/restore processes.
### Why should you monitor pgBackRest?

@ -1,3 +1,3 @@
# Determinism
"Determinism" in the context of server side game development is a principle that highlights predictability and consistency in the system's output given specific and consistent inputs. It implies that a system will always produce the same outcome if the initial conditions and the sequence of events leading up to the outcome are identical. Determinism is incredibly important and beneficial in multi-player gaming situations like MMORPGs where synchronized and equal gameplay across all user instances is key. This level of predictibility helps in offering a fair play environment to all players and in ease of debugging and replaying certain sequences for the developers.
"Determinism" in the context of server side game development is a principle that highlights predictability and consistency in the system's output given specific and consistent inputs. It implies that a system will always produce the same outcome if the initial conditions and the sequence of events leading up to the outcome are identical. Determinism is incredibly important and beneficial in multi-player gaming situations like MMORPGs where synchronized and equal gameplay across all user instances is key. This level of predictability helps in offering a fair play environment to all players and in ease of debugging and replaying certain sequences for the developers.
Loading…
Cancel
Save