Skip to content

Commit

Permalink
Remove useProxyCache
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreir committed Nov 15, 2024
1 parent c1926dd commit bb0cfde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion pandaserver/jobdispatcher/JobDispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def getJob(
):
t_getJob_start = time.time()
jobs = []
useProxyCache = False
try:
tmpNumJobs = int(nJobs)
except Exception:
Expand Down
10 changes: 0 additions & 10 deletions templates/panda_server.cfg.rpmnew.template
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,6 @@ useJEDI = True



##########################
#
# Proxy Cache
#

# use Proxy Cache
useProxyCache = False



##########################
#
# Plugin setup
Expand Down

0 comments on commit bb0cfde

Please sign in to comment.