From ec762a5652f7a2b78ed08d1e0a5d2d18f10475e7 Mon Sep 17 00:00:00 2001 From: Anton Osenenko <418868+a0s@users.noreply.github.com> Date: Tue, 25 Aug 2020 01:52:16 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2943004..bf2a7a5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ tinkoff-invest-dumper --help File rotation ------------- -You can split and rotate JSON-files using `--time-suffix-enabled`. For e.g, if you start `tinkoff-invest-dumper` as `systemd` service, you may use `cron` to restart this service at a certain time during an inactive part of a trading day. During restarting, `tinkoff-invest-dumper` closes previous files and opens a new one with a new-day-prefix. The inactive period for Tinkoff Invest is `2:00-10:30 MSK`. +You can split and rotate JSON-files using `--time-suffix-enabled`. For e.g, if you start `tinkoff-invest-dumper` as `systemd` service, you may use `cron` to restart this service at a certain time during an inactive part of a trading day. During restarting, `tinkoff-invest-dumper` closes previous files and opens a new one with a new-day time suffix. The inactive period for Tinkoff Invest is `2:00-10:30 MSK`. Run as Docker image