remove scale.sh script

pull/142/head
Aloïs Micard 3 years ago
parent 93559fda48
commit 97c48d7177
No known key found for this signature in database
GPG Key ID: 1A0EB82F071F5EFE

@ -38,7 +38,7 @@ If one want to speed up the crawling, he can scale the instance of crawling comp
This may be done by issuing the following command after the crawler is started:
```sh
$ ./scripts/docker/scale.sh crawler=5
$ ./scripts/docker/start.sh -d --scale crawler=5
```
this will set the number of crawler instance to 5.

@ -1,3 +0,0 @@
#!/bin/bash
./scripts/docker/exec.sh scale "$@"
Loading…
Cancel
Save