mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Change sysinfo cache to 30 seconds - it will show the wrong persons IP address
otherwise, of course :-)
This commit is contained in:
@ -93,7 +93,7 @@ def organisationform(request, itemid):
|
|||||||
})
|
})
|
||||||
|
|
||||||
# Basic information about the connection
|
# Basic information about the connection
|
||||||
@cache(minutes=2)
|
@cache(seconds=30)
|
||||||
def system_information(request):
|
def system_information(request):
|
||||||
return render_to_response('core/system_information.html', {
|
return render_to_response('core/system_information.html', {
|
||||||
'server': uname()[1],
|
'server': uname()[1],
|
||||||
|
Reference in New Issue
Block a user