fix: lower Anubis difficulty level to 1
The crawlers do not even try.
This commit is contained in:
parent
941963ebf5
commit
0bc0429a69
2 changed files with 2 additions and 2 deletions
flux/apps
|
@ -105,7 +105,7 @@ spec:
|
|||
- name: 'BIND'
|
||||
value: ':8080'
|
||||
- name: 'DIFFICULTY'
|
||||
value: '4'
|
||||
value: '1'
|
||||
- name: 'OG_PASSTHROUGH'
|
||||
value: 'true'
|
||||
- name: 'OG_EXPIRY_TIME'
|
||||
|
|
|
@ -215,7 +215,7 @@ spec:
|
|||
- name: 'BIND'
|
||||
value: ':8080'
|
||||
- name: 'DIFFICULTY'
|
||||
value: '4'
|
||||
value: '1'
|
||||
- name: 'OG_PASSTHROUGH'
|
||||
value: 'true'
|
||||
- name: 'OG_EXPIRY_TIME'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue