/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/folders.sh
11 строк
539 B
Jakob Borg
lib/config, lib/model: Limit concurrent pulls (fixes #5914) (#6290)
27 янв 2020, 19:31
Не верифицирован
27 янв 2020, 19:31
d91c4b0
Код
Авторство
О чём код?
#!/bin/bash for ((id=0;id<200;id++)); do cat <<EOT <folder id="$id" label="" path="$id?maxsize=1000&seed=$id" type="sendreceive" rescanIntervalS="3600" fsWatcherEnabled="false" fsWatcherDelayS="10" ignorePerms="false" autoNormalize="true"> <filesystemType>fake</filesystemType> <device id="I6KAH76-66SLLLB-5PFXSOA-UFJCDZC-YAOMLEK-CP2GB32-BV5RQST-3PSROAU" introducedBy=""></device> <device id="MRIW7OK-NETT3M4-N6SBWME-N25O76W-YJKVXPH-FUMQJ3S-P57B74J-GBITBAC" introducedBy=""></device> </folder> EOT done