File tree Expand file tree Collapse file tree
preprocessing/other-scripts/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ options(warn=1)
77wd <- dirname(rstudioapi :: getActiveDocumentContext()$ path )
88setwd(wd ) # Don't forget to set your working directory
99
10- query <- ' open access ' # args[2]
10+ query <- ' initial sediment quality guidelines ' # args[2]
1111service <- " base"
1212params <- NULL
1313params_file <- " params_base.json"
@@ -74,4 +74,5 @@ if (!exists('output_json')) {
7474 output_json <- detect_error(failed , service )
7575}
7676
77- print(output_json )
77+ output <- fromJSON(output_json )
78+ # print(output_json)
Original file line number Diff line number Diff line change 11{
22 "document_types" :[" 121" ],
33 "from" :" 1665-01-01" ,
4- "to" :" 2021-10-07 " ,
4+ "to" :" 2022-01-13 " ,
55 "sorting" :" most-relevant" ,
66 "lang_id" :" eng" ,
77 "vis_id" : " TEST_ID" ,
Original file line number Diff line number Diff line change 11server {
22 listen ${NGINX_PORT};
33
4- proxy_read_timeout 300;
5- proxy_connect_timeout 300;
6- proxy_send_timeout 300;
4+ proxy_read_timeout 600;
5+ proxy_connect_timeout 600;
6+ proxy_send_timeout 600;
7+ send_timeout 600;
78 client_max_body_size 100M;
89
910 location /stable/ {
You can’t perform that action at this time.
0 commit comments