This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
patents_search_php
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added more sleep because my server isn't very good
main
Simon Bowie
2 years ago
parent
f043e13711
commit
f569f9ad3e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
solr_import.sh
+ 1
- 1
solr_import.sh
View File
@@ -48,7 +48,7 @@ Import()
docker restart solr
sleep
1
0
sleep
3
0
docker run --rm -v "$directory/$location:/$core" --network=host solr:latest post -c $core /$core
}
Write
Preview
Loading…
Cancel
Save