Skip to content

Commit

Permalink
Merge pull request #12 from quatauta/readme-type-encrypt-all-the-posts
Browse files Browse the repository at this point in the history
Fix typo in README - Encrypt al_l_ the posts
  • Loading branch information
jorgemanrubia committed May 1, 2022
2 parents 1735e0d + 04a500d commit 53385b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ By default it will encrypt all the models with encrypted attributes using a batc
For example:

```shell
# Encrypt al the posts starting with id 10 using 6 encryption jobs
# Encrypt all the posts starting with id 10 using 6 encryption jobs
rake mass_encryption:encrypt_all_in_tracks EXCEPT="Post" FROM_ID=10 TRACKS=6
```

Expand All @@ -56,7 +56,7 @@ In this mode, it will simply loop through all the batches of records and enqueue
By default it will encrypt all the models with encrypted attributes using a batch size of 1000 records per job.

```shell
# Encrypt al the posts starting with id 10 using as many jobs as needed to encrypt them in batches of 500 records
# Encrypt all the posts starting with id 10 using as many jobs as needed to encrypt them in batches of 500 records
rake mass_encryption:encrypt_all_in_parallel_jobs EXCEPT="Post" FROM_ID=10 BATCH_SIZE=500
```

Expand Down

0 comments on commit 53385b9

Please sign in to comment.