readme cleaning

This commit is contained in:
tiagosiebler
2022-09-19 23:53:01 +01:00
parent d3fa937cdf
commit 6e2ba00730
2 changed files with 33 additions and 26 deletions

View File

@@ -11,9 +11,6 @@ export interface RestClientOptions {
/** Override the max size of the request window (in ms) */
recv_window?: number;
/** @deprecated Time sync is now disabled by default. To re-enable it, use enable_time_sync instead. */
disable_time_sync?: boolean;
/** Disabled by default. This can help on machines with consistent latency problems. */
enable_time_sync?: boolean;