Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
obsd committed Jan 21, 2024
1 parent cc7f454 commit a7c456a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/how-to/deploy/deploy-to-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ These requirements can vary based on scale, data volume, concurrency, and shardi
### Performance Optimization
To achieve high throughput and low latency:

//make it bold
* **Use a Local PDP**: Deploy the PDP in the same VPC as your application to minimize network latency.
* **Use Multiple PDP Replicas**: Deploy multiple PDP instances behind a load balancer, such as in a Kubernetes deployment, for better performance and redundancy.
* **Disable Decision Debug Info**: In production, you can turn off decision debug information to enhance performance. Disable debug logging by adding `--env PDP_DEBUG=False` to the PDP command line.
Expand Down

0 comments on commit a7c456a

Please sign in to comment.