cvs: docweb /include/rfc rfc-config.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1122736453@cvsserver> |
vincent Sat Jul 30 11:14:13 2005 EDT
Modified files:
/docweb/include/rfc rfc-config.php
Log:
for some better testing I'm speeding up the process, will revert this
http://cvs.php.net/diff.php/docweb/include/rfc/rfc-config.php?r1=1.4&r2=1.5&ty=u
Index: docweb/include/rfc/rfc-config.php
diff -u docweb/include/rfc/rfc-config.php:1.4 docweb/include/rfc/rfc-config.php:1.5
--- docweb/include/rfc/rfc-config.php:1.4 Fri Jul 29 08:47:13 2005
+++ docweb/include/rfc/rfc-config.php Sat Jul 30 11:14:13 2005
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Vincent Gevers <[email protected]> |
+----------------------------------------------------------------------+
-$Id: rfc-config.php,v 1.4 2005/07/29 12:47:13 vincent Exp $
+$Id: rfc-config.php,v 1.5 2005/07/30 15:14:13 vincent Exp $
*/
/*
@@ -27,12 +27,12 @@
* RFC: how long a proposal must be in the "proposal" phase before
* a "Call for Votes" can be called
*/
-define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
+define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 2)); // 1 week
/**
* RFC: how long the "Call for Votes" lasts
*/
-define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
+define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 2)); // 1 week
if (isset($_SERVER['PROPOSAL_MAIL_DOC_DEV'])) {
/**