Skip to content

Commit b7c6412

Browse files
committed
fix : chagne value of cron in config example
1 parent a7b7a78 commit b7c6412

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* Add Dockerfile to build and run the application in a container
88
* Add bash script to build docker image
99

10+
### Changed
11+
12+
* Change value of cron in config example
13+
1014
## [1.7.0] - 2024-11-24
1115

1216
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ description="Scan of One Piece generated by scan2epub"
6262
start_at=0
6363
format=true
6464
create_dir_per_file=true
65-
cron="* * * * *"
65+
cron="30 15 * * 0,3" # Every Sunday and Wednesday at 15:30
6666
cron_chap=1132
6767
```
6868

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description="Scan of One Piece generated by scan2epub"
3232
start_at=0
3333
format=true
3434
create_dir_per_file=true
35-
cron="* * * * *"
35+
cron="30 15 * * 0,3"
3636
cron_chap=1132`
3737
)
3838

0 commit comments

Comments
 (0)