Skip to content

Commit

Permalink
Adjust to proper structure
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 15, 2014
1 parent 23199fe commit aea9583
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/html/ReqMgr/templates/json/rereco.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,19 @@
"DQMUploadURL":$dqm_urls,
"InputDataset":"",
"OpenRunningTimeout":0,
"DBS":$dbs_urls,
"RunWhitelist":"",
"RunBlacklist":"",
"BlockWhitelist":"",
"BlockBlacklist":"",
"DbsUrl":"$dbs_url",
"RunWhitelist":[],
"RunBlacklist":[],
"BlockWhitelist":[],
"BlockBlacklist":[],
"FilterEfficiency": 1,
"ConfigCacheUrl":"$cc_url",
"ConfigCacheID":"$cc_id",
"SplittingAlgo": "LumiBased",
"LumisPerJob": 8,
"inputMode": "couchDB",
"TimePerEvent":12,
"Memory":2300,
"SizePerEvent": 512,
"RequestType": "ReReco"
}

0 comments on commit aea9583

Please sign in to comment.