Skip to content

Commit

Permalink
pastebin.d/: push back 20-set_sensible_expiry.patch (LP: 580816)
Browse files Browse the repository at this point in the history
  
The sensible default is to expire pastebins
  • Loading branch information
leggewie committed Jan 10, 2011
1 parent 9258744 commit 849dbbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pastebin.d/fpaste.org.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ expire_options = expire_options

[defaults]
submit = "paste it!"
expire_options = 3600
expire_options = 86400
2 changes: 1 addition & 1 deletion pastebin.d/paste.debian.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ expire = expire
[defaults]
lang = -1
remember = 0
expire = 259200
expire = 604800
2 changes: 1 addition & 1 deletion pastebin.d/pastebin.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regexp = regexp
submit = submit
format = text
private = 0
expiry = N
expiry = 1M
subdomain = ""
email = ""
page = "/api_public.php"
Expand Down
2 changes: 1 addition & 1 deletion pastebin.d/slexy.org.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ language = "text"
permissions = 0
comment = ""
linenumbers = 0
expire = 0
expire = 604800
2 changes: 1 addition & 1 deletion pastebin.d/yourpaste.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ page = page
regexp = regexp

[defaults]
expire = 0
expire = 604800
private = 0
remember = 0
page = '/paste'
Expand Down

0 comments on commit 849dbbe

Please sign in to comment.